Home
last modified time | relevance | path

Searched refs:SimplifyGEPInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h194 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD = nullptr,
/external/llvm/lib/Analysis/
DPHITransAddr.cpp231 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT)) { in PHITranslateSubExpr()
DInstructionSimplify.cpp2756 static Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const Query &Q, unsigned) { in SimplifyGEPInst() function
2793 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *DL, in SimplifyGEPInst() function in llvm
2796 return ::SimplifyGEPInst(Ops, Query (DL, TLI, DT), RecursionLimit); in SimplifyGEPInst()
3151 Result = SimplifyGEPInst(Ops, DL, TLI, DT); in SimplifyInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1287 if (Value *V = SimplifyGEPInst(Ops, DL)) in visitGetElementPtrInst()