Searched refs:OBOIsomorphic (Results 1 – 1 of 1) sorted by relevance
1624 auto *OBOIsomorphic = dyn_cast<OverflowingBinaryOperator>(IsomorphicInc); in replaceCongruentIVInc() local1625 if (OBOIncV && OBOIsomorphic) { in replaceCongruentIVInc()1627 OBOIncV->hasNoUnsignedWrap() && OBOIsomorphic->hasNoUnsignedWrap(); in replaceCongruentIVInc()1629 OBOIncV->hasNoSignedWrap() && OBOIsomorphic->hasNoSignedWrap(); in replaceCongruentIVInc()