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

/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { function in class:llvm::PtrUseVisitor
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) {
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} function in class:llvm::InstVisitor
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp506 void visitPtrToIntInst(PtrToIntInst &I);
3114 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { function in class:Verifier
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2255 void visitPtrToIntInst(PtrToIntInst &I) {

Completed in 121 milliseconds