Home
last modified time | relevance | path

Searched refs:doesIVOverflowOnGT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1269 bool doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8156 bool ScalarEvolution::doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnGT() function in ScalarEvolution
8306 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in HowManyGreaterThans()