Home
last modified time | relevance | path

Searched refs:visitPtrToIntInst (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h262 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h272 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp489 void visitPtrToIntInst(PtrToIntInst &I);
2946 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Verifier
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2040 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function