Searched refs:OBO2 (Results 1 – 1 of 1) sorted by relevance
3355 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2); in getInvertibleOperands() local3356 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()3357 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()3371 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2); in getInvertibleOperands() local3372 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()3373 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()