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