Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Rest

411   // indexes into the array implied by the pointer operand; the rest of
830 /// Move parts of Base into Rest to leave Base with the minimal
833 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest,
837 Rest = SE.getAddExpr(Rest,
846 NewAddOps.back() = Rest;
847 Rest = SE.getAddExpr(NewAddOps);
848 ExposePointerBase(Base, Rest, SE);
1406 const SCEV *Rest = SE.getAddRecExpr(NewOps, L,
1412 const SCEV *RestArray[1] = { Rest };
1429 SE.getUnknown(expand(Rest))));
1535 // rest of the comparisons as integer.
1559 // rest of the comparisons as integer.
1759 // elimination, CSE/GVN, should handle the rest. However, once SCEV proves