Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h523 void visitIntToPtr(const User &I);
H A DSelectionDAGBuilder.cpp3487 void SelectionDAGBuilder::visitIntToPtr(const User &I) { in visitIntToPtr() function in SelectionDAGBuilder
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h139 Instruction *visitIntToPtr(IntToPtrInst &CI);
H A DInstCombineCasts.cpp2034 Instruction *InstCombinerImpl::visitIntToPtr(IntToPtrInst &CI) { in visitIntToPtr() function in InstCombinerImpl
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp432 bool visitIntToPtr(IntToPtrInst &I);
1624 bool CallAnalyzer::visitIntToPtr(IntToPtrInst &I) { in visitIntToPtr() function in CallAnalyzer