Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12961 auto isUBOnWrap = [&]() { in howManyLessThans() local
12974 if (canIVOverflowOnLT(RHS, Stride, IsSigned) && !isUBOnWrap()) in howManyLessThans()