Lines Matching defs:OrOpd1
3404 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1,
3409 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) ||
3410 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) &&
3411 "Expect OrOpd0 and OrOpd1 to be operands of ISD::OR");
3417 if (OrOpd1 != Dst)
3466 // BFI) 2) OrOpd1 would be the destination operand (i.e., preserved)
3469 if (OrOpd0.getOperand(0) == OrOpd1) {
3471 OrOpd1, OrOpd1,
3488 // BFXIL) 2) OrOpd1 would be the destination operand (i.e., preserved)
3491 if (OrOpd0.getOperand(0) == OrOpd1) {
3493 OrOpd1, OrOpd1,
3546 SDNode *OrOpd1 = OrOpd1Val.getNode();
3597 if (isOpcWithIntImmediate(OrOpd1, ISD::AND, Imm) &&
3600 Dst = OrOpd1->getOperand(0);