Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDScalarEvolutionExpander.cpp1621 bool BothHaveNUW = false; in replaceCongruentIVInc() local
1626 BothHaveNUW = in replaceCongruentIVInc()
1643 if (BothHaveNUW || BothHaveNSW) { in replaceCongruentIVInc()
1644 OrigInc->setHasNoUnsignedWrap(OBOIncV->hasNoUnsignedWrap() || BothHaveNUW); in replaceCongruentIVInc()