Searched defs:visitPtrToIntInst (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h242 void visitPtrToIntInst(PtrToIntInst &I) { function in class:llvm::PtrUseVisitor
/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:__anon22547::MemorySanitizerVisitor

Completed in 181 milliseconds