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

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h242 void visitPtrToIntInst(PtrToIntInst &I) { function in class:llvm::PtrUseVisitor
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h165 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1716 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) {
/external/llvm/include/llvm/
H A DInstVisitor.h191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} function in class:llvm::InstVisitor
/external/llvm/lib/IR/
H A DVerifier.cpp280 void visitPtrToIntInst(PtrToIntInst &I);
1389 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { function in class:Verifier
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp945 void visitPtrToIntInst(PtrToIntInst &I) { function in struct:__anon21599::MemorySanitizerVisitor

Completed in 42 milliseconds