Lines Matching defs:OrOpd1
3455 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1,
3460 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) ||
3461 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) &&
3462 "Expect OrOpd0 and OrOpd1 to be operands of ISD::OR");
3468 if (OrOpd1 != Dst)
3517 // BFI) 2) OrOpd1 would be the destination operand (i.e., preserved)
3520 if (OrOpd0.getOperand(0) == OrOpd1) {
3522 OrOpd1, OrOpd1,
3539 // BFXIL) 2) OrOpd1 would be the destination operand (i.e., preserved)
3542 if (OrOpd0.getOperand(0) == OrOpd1) {
3544 OrOpd1, OrOpd1,
3597 SDNode *OrOpd1 = OrOpd1Val.getNode();
3648 if (isOpcWithIntImmediate(OrOpd1, ISD::AND, Imm) &&
3651 Dst = OrOpd1->getOperand(0);