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