Searched refs:doesIVOverflowOnLT (Results 1 – 2 of 2) sorted by relevance
957 bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride,
7186 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT() function in ScalarEvolution7285 if (!Stride->isOne() && doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in HowManyLessThans()