Lines Matching defs:ConstantAmt
30111 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode());
30168 if (ConstantAmt) {
30223 if (ConstantAmt &&
30387 if (Opc == ISD::SRL && ConstantAmt &&
30403 if (Opc == ISD::SRA && ConstantAmt &&
30430 if (ConstantAmt) {
30459 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV;
30531 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) &&
31120 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode());
31127 if (!(ConstantAmt && EltSizeInBits != 8) &&
31129 (ConstantAmt || supportedVectorVarShift(ExtVT, Subtarget, ShiftOpc))) {
31152 if (ConstantAmt)
31236 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) {