Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h719 void visitPtrToInt(const User &I);
H A DSelectionDAGBuilder.cpp3457 void SelectionDAGBuilder::visitPtrToInt(const User &I) { in visitPtrToInt() function in SelectionDAGBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h137 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombineCasts.cpp1981 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp390 bool visitPtrToInt(PtrToIntInst &I);
1278 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt() function in CallAnalyzer