Searched refs:visitGetElementPtrInst (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h266 void visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:llvm::PtrUseVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h133 void visitGetElementPtrInst(GetElementPtrInst &I);
H A DExecution.cpp1087 void Interpreter::visitGetElementPtrInst(GetElementPtrInst &I) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h175 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);} function in class:llvm::InstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h327 void visitGetElementPtrInst(GetElementPtrInst &Inst) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp198 bool visitGetElementPtrInst(GetElementPtrInst &GEPI);
629 bool ScalarizerVisitor::visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:ScalarizerVisitor
H A DSCCP.cpp583 void visitGetElementPtrInst(GetElementPtrInst &I);
1055 void SCCPSolver::visitGetElementPtrInst(GetElementPtrInst &I) { function in class:SCCPSolver
H A DSROA.cpp714 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
759 return Base::visitGetElementPtrInst(GEPI);
3541 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp469 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
1480 void DFSanVisitor::visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp3761 void visitGetElementPtrInst(GetElementPtrInst &I) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h436 Instruction *visitGetElementPtrInst(GetElementPtrInst &GEP);
H A DInstructionCombining.cpp1762 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:InstCombiner
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp467 void visitGetElementPtrInst(GetElementPtrInst &GEP);
3416 void Verifier::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:Verifier

Completed in 181 milliseconds