Home
last modified time | relevance | path

Searched refs:OBO1 (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp2596 auto *OBO1 = cast<OverflowingBinaryOperator>(Op1); in getInvertibleOperands() local
2598 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()
2599 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()
2612 auto *OBO1 = cast<OverflowingBinaryOperator>(Op1); in getInvertibleOperands() local
2614 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) && in getInvertibleOperands()
2615 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap())) in getInvertibleOperands()