Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Rest

411   // indexes into the array implied by the pointer operand; the rest of
837 /// Move parts of Base into Rest to leave Base with the minimal
840 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest,
844 Rest = SE.getAddExpr(Rest,
853 NewAddOps.back() = Rest;
854 Rest = SE.getAddExpr(NewAddOps);
855 ExposePointerBase(Base, Rest, SE);
1309 const SCEV *Rest = SE.getAddRecExpr(NewOps, L,
1315 const SCEV *RestArray[1] = { Rest };
1332 SE.getUnknown(expand(Rest))));
1434 // rest of the comparisons as integer.
1458 // rest of the comparisons as integer.
1670 // elimination, CSE/GVN, should handle the rest. However, once SCEV proves