Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h168 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1699 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp321 void visitPtrToIntInst(PtrToIntInst &I);
1469 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Verifier
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1236 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function