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

/external/llvm/include/llvm/Support/
H A DInstVisitor.h180 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp491 void visitGetElementPtrInst(GetElementPtrInst &I);
1002 void SCCPSolver::visitGetElementPtrInst(GetElementPtrInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp808 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:InstCombiner
/external/llvm/lib/VMCore/
H A DVerifier.cpp272 void visitGetElementPtrInst(GetElementPtrInst &GEP);
1327 void Verifier::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:Verifier

Completed in 98 milliseconds