Searched refs:OBOIsomorphic (Results 1 – 1 of 1) sorted by relevance
1652 auto *OBOIsomorphic = dyn_cast<OverflowingBinaryOperator>(IsomorphicInc); in replaceCongruentIVInc() local1653 if (OBOIncV && OBOIsomorphic) { in replaceCongruentIVInc()1655 OBOIncV->hasNoUnsignedWrap() && OBOIsomorphic->hasNoUnsignedWrap(); in replaceCongruentIVInc()1657 OBOIncV->hasNoSignedWrap() && OBOIsomorphic->hasNoSignedWrap(); in replaceCongruentIVInc()