Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h719 void visitPtrToInt(const User &I);
H A DSelectionDAGBuilder.cpp3458 void SelectionDAGBuilder::visitPtrToInt(const User &I) { in visitPtrToInt() function in SelectionDAGBuilder
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h137 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombineCasts.cpp2046 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt() function in InstCombinerImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp394 bool visitPtrToInt(PtrToIntInst &I);
1496 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt() function in CallAnalyzer