Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyGEPInst

2754 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
2756 static Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const Query &Q, unsigned) {
2793 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *DL,
2796 return ::SimplifyGEPInst(Ops, Query (DL, TLI, DT), RecursionLimit);
3151 Result = SimplifyGEPInst(Ops, DL, TLI, DT);