Lines Matching defs:ConstantAmt
29470 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode());
29535 if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 ||
29588 if (Opc == ISD::SRL && ConstantAmt &&
29604 if (Opc == ISD::SRA && ConstantAmt &&
29631 if (ConstantAmt) {
29660 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV;
29700 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) &&
30290 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode());
30297 if (!(ConstantAmt && EltSizeInBits != 8) &&
30299 (ConstantAmt || supportedVectorVarShift(ExtVT, Subtarget, ShiftOpc))) {
30322 if (ConstantAmt)
30406 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) {