Home
last modified time | relevance | path

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

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