Home
last modified time | relevance | path

Searched defs:visitIntToPtr (Results 1 – 3 of 3) sorted by relevance

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