Lines Matching defs:Start
396 UsesTy::iterator Start,
1068 /// Start searching from StartI, and do not return anything in Exclude.
1069 /// If StartI is not given, start from In.begin().
1098 /// Start and End.
1100 UsesTy::iterator Start,
1103 for (auto It = Start; It != End; ++It)
1482 const SCEV *Start = RealIVSCEV->getStart();
1485 Start = SE->getConstant(Start->getType(), 0);
1497 SE->getAddRecExpr(Start, IncrExpr, L, SCEV::FlagAnyWrap);