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