Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
HDExecution.cpp1711 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Interpreter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp754 PtrParts visitPtrToIntInst(PtrToIntInst &PI);
1289 PtrParts SplitPtrStructs::visitPtrToIntInst(PtrToIntInst &PI) { in visitPtrToIntInst() function in SplitPtrStructs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp559 void visitPtrToIntInst(PtrToIntInst &I);
3389 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function in Verifier
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2359 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst() function