Searched defs:visitGetElementPtrInst (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h246 void visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:llvm::PtrUseVisitor
/external/llvm/include/llvm/IR/
H A DInstVisitor.h183 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp494 void visitGetElementPtrInst(GetElementPtrInst &I);
1003 void SCCPSolver::visitGetElementPtrInst(GetElementPtrInst &I) { function in class:SCCPSolver
H A DScalarizer.cpp145 bool visitGetElementPtrInst(GetElementPtrInst &);
436 bool Scalarizer::visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:Scalarizer
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp208 void visitGetElementPtrInst(GetElementPtrInst &Inst) { function in class:__anon12121::GetEdgesVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1334 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp339 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
1281 void DFSanVisitor::visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp2698 void visitGetElementPtrInst(GetElementPtrInst &I) { function in struct:__anon12882::MemorySanitizerVisitor
/external/llvm/lib/IR/
H A DVerifier.cpp379 void visitGetElementPtrInst(GetElementPtrInst &GEP);
2653 void Verifier::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:Verifier

Completed in 173 milliseconds