Home
last modified time | relevance | path

Searched refs:visitIntToPtr (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h720 void visitIntToPtr(const User &I);
H A DSelectionDAGBuilder.cpp3471 void SelectionDAGBuilder::visitIntToPtr(const User &I) { in visitIntToPtr() function in SelectionDAGBuilder
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h138 Instruction *visitIntToPtr(IntToPtrInst &CI);
H A DInstCombineCasts.cpp1939 Instruction *InstCombinerImpl::visitIntToPtr(IntToPtrInst &CI) { in visitIntToPtr() function in InstCombinerImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp391 bool visitIntToPtr(IntToPtrInst &I);
1310 bool CallAnalyzer::visitIntToPtr(IntToPtrInst &I) { in visitIntToPtr() function in CallAnalyzer