Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:RR

2593   SDValue LL, LR, RL, RR, CC0, CC1;
2761 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2765 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
2790 if (LL == RL && isa<ConstantSDNode>(LR) && isa<ConstantSDNode>(RR) &&
2793 cast<ConstantSDNode>(RR)->isAllOnesValue()) ||
2795 cast<ConstantSDNode>(RR)->isNullValue()))) {
2803 if (LL == RR && LR == RL) {
2805 std::swap(RL, RR);
2807 if (LL == RL && LR == RR) {
3231 SDValue LL, LR, RL, RR, CC0, CC1;
3357 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3361 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
3383 if (LL == RR && LR == RL) {
3385 std::swap(RL, RR);
3387 if (LL == RL && LR == RR) {