Lines Matching defs:ShiftAmt1
7778 ConstantSDNode *ShiftAmt1 = isConstOrConstSplat(Shift1.getOperand(1));7779 if (!ShiftAmt0 || !ShiftAmt1)7781 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8)