Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h44 class IntToPtrInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp862 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst &) { in visitIntToPtrInst() argument
1200 SizeOffsetValue ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst &) { in visitIntToPtrInst() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3409 IntToPtrInst::IntToPtrInst(Value *S, Type *Ty, const Twine &Name, in IntToPtrInst() function in IntToPtrInst