Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Rest

412   // indexes into the array implied by the pointer operand; the rest of
838 /// Move parts of Base into Rest to leave Base with the minimal
841 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest,
845 Rest = SE.getAddExpr(Rest,
855 NewAddOps.back() = Rest;
856 Rest = SE.getAddExpr(NewAddOps);
857 ExposePointerBase(Base, Rest, SE);
1311 const SCEV *Rest = SE.getAddRecExpr(NewOps, L, SCEV::FlagAnyWrap);
1316 const SCEV *RestArray[1] = { Rest };
1333 SE.getUnknown(expand(Rest))));
1435 // rest of the comparisons as integer.
1459 // rest of the comparisons as integer.
1671 // elimination, CSE/GVN, should handle the rest. However, once SCEV proves