Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h575 void visitIntToPtr(const User &I);
H A DSelectionDAGBuilder.cpp3546 void SelectionDAGBuilder::visitIntToPtr(const User &I) { in visitIntToPtr() function in SelectionDAGBuilder
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h140 Instruction *visitIntToPtr(IntToPtrInst &CI);
H A DInstCombineCasts.cpp2033 Instruction *InstCombinerImpl::visitIntToPtr(IntToPtrInst &CI) { in visitIntToPtr() function in InstCombinerImpl
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp462 bool visitIntToPtr(IntToPtrInst &I);
1671 bool CallAnalyzer::visitIntToPtr(IntToPtrInst &I) { in visitIntToPtr() function in CallAnalyzer