Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h574 void visitPtrToInt(const User &I);
H A DSelectionDAGBuilder.cpp3532 void SelectionDAGBuilder::visitPtrToInt(const User &I) { in visitPtrToInt() function in SelectionDAGBuilder
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h139 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombineCasts.cpp2075 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt() function in InstCombinerImpl
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp461 bool visitPtrToInt(PtrToIntInst &I);
1641 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt() function in CallAnalyzer