Searched refs:ConstantAmt (Results 1 – 1 of 1) sorted by relevance
28280 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerShift() local28346 if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 || in LowerShift()28397 if (Opc == ISD::SRL && ConstantAmt && in LowerShift()28413 if (Opc == ISD::SRA && ConstantAmt && in LowerShift()28440 if (ConstantAmt) { in LowerShift()28471 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; in LowerShift()28511 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) && in LowerShift()28903 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerRotate() local28909 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) { in LowerRotate()