Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h272 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp504 void visitPtrToIntInst(PtrToIntInst &I);
3063 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Verifier
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2027 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function