Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function
/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1288 PtrParts SplitPtrStructs::visitPtrToIntInst(PtrToIntInst &PI) { visitPtrToIntInst() function in SplitPtrStructs
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1711 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3377 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function in Verifier
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2358 void visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function