Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1624 auto *OBOIsomorphic = dyn_cast<OverflowingBinaryOperator>(IsomorphicInc); in replaceCongruentIVInc() local
1625 if (OBOIncV && OBOIsomorphic) { in replaceCongruentIVInc()
1627 OBOIncV->hasNoUnsignedWrap() && OBOIsomorphic->hasNoUnsignedWrap(); in replaceCongruentIVInc()
1629 OBOIncV->hasNoSignedWrap() && OBOIsomorphic->hasNoSignedWrap(); in replaceCongruentIVInc()