Home
last modified time | relevance | path

Searched defs:visitPtrToIntInst (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function in Interpreter
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3258 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function in Verifier
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2329 void visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function