Searched refs:ConstantAmt (Results 1 – 1 of 1) sorted by relevance
26627 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerShift() local26693 if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 || in LowerShift()26744 if (Opc == ISD::SRL && ConstantAmt && in LowerShift()26760 if (Opc == ISD::SRA && ConstantAmt && in LowerShift()26787 if (ConstantAmt) { in LowerShift()26818 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; in LowerShift()26858 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) && in LowerShift()27244 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerRotate() local27250 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) { in LowerRotate()