Searched refs:OBO2 (Results 1 – 1 of 1) sorted by relevance
2597 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2); in getInvertibleOperands() local2598 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()2599 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()2613 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2); in getInvertibleOperands() local2614 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()2615 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()