Home
last modified time | relevance | path

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

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