Searched refs:OrOpd1 (Results 1 – 1 of 1) sorted by relevance
3506 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1, in tryOrrWithShift() argument3511 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) || in tryOrrWithShift()3512 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) && in tryOrrWithShift()3519 if (OrOpd1 != Dst) in tryOrrWithShift()3571 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()3573 OrOpd1, OrOpd1, in tryOrrWithShift()3593 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()3595 OrOpd1, OrOpd1, in tryOrrWithShift()3648 SDNode *OrOpd1 = OrOpd1Val.getNode(); in tryBitfieldInsertOpFromOr() local3699 if (isOpcWithIntImmediate(OrOpd1, ISD::AND, Imm) && in tryBitfieldInsertOpFromOr()[all …]