Searched refs:visitPtrToIntInst (Results 1 - 7 of 7) sorted by relevance
/external/llvm/include/llvm/Analysis/ | ||
H A D | PtrUseVisitor.h | 242 void visitPtrToIntInst(PtrToIntInst &I) { function in class:llvm::PtrUseVisitor |
/external/llvm/lib/ExecutionEngine/Interpreter/ | ||
H A D | Interpreter.h | 166 void visitPtrToIntInst(PtrToIntInst &I); |
H A D | Execution.cpp | 1700 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { |
/external/llvm/include/llvm/IR/ | ||
H A D | InstVisitor.h | 194 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} function in class:llvm::InstVisitor |
/external/llvm/lib/Analysis/ | ||
H A D | CFLAliasAnalysis.cpp | 168 void visitPtrToIntInst(PtrToIntInst &Inst) { function in class:__anon12127::GetEdgesVisitor |
/external/llvm/lib/IR/ | ||
H A D | Verifier.cpp | 366 void visitPtrToIntInst(PtrToIntInst &I); 2204 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { function in class:Verifier |
/external/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 1378 void visitPtrToIntInst(PtrToIntInst &I) { function in struct:__anon12888::MemorySanitizerVisitor |
Completed in 180 milliseconds