Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h260 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h147 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1699 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstVisitor.h188 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h275 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp445 void visitPtrToIntInst(PtrToIntInst &I);
2652 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Verifier
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1882 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function