Searched defs:visitPtrToIntInst (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/llvm/include/llvm/Analysis/ | ||
| H A D | PtrUseVisitor.h | 255 void visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function |
| /llvm-project/llvm/include/llvm/IR/ | ||
| H A D | InstVisitor.h | 185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function |
| /llvm-project/llvm/lib/Target/AMDGPU/ | ||
| H A D | AMDGPULowerBufferFatPointers.cpp | 1288 PtrParts SplitPtrStructs::visitPtrToIntInst(PtrToIntInst &PI) { visitPtrToIntInst() function in SplitPtrStructs |
| /llvm-project/llvm/lib/ExecutionEngine/Interpreter/ | ||
| H A D | Execution.cpp | 1711 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter |
| /llvm-project/llvm/lib/IR/ | ||
| H A D | Verifier.cpp | 3377 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function in Verifier |
| /llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
| H A D | MemorySanitizer.cpp | 2358 void visitPtrToIntInst(PtrToIntInst &I) { visitPtrToIntInst() function |