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