Searched defs:IncrementNUSW (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h292 /// has IncrementNUSW iff:
298 /// Note that the IncrementNUSW flag is not commutative: if base + inc
299 /// has IncrementNUSW, then inc + base doesn't neccessarily have this
307 IncrementNUSW = (1 << 0), // No unsigned with signed increment wrap. enumerator in enum:llvm::final::IncrementWrapFlags

Completed in 132 milliseconds