Searched refs:doesIVOverflowOnGT (Results 1 – 2 of 2) sorted by relevance
1269 bool doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride,
8156 bool ScalarEvolution::doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnGT() function in ScalarEvolution8306 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in HowManyGreaterThans()