Searched refs:ShYAmt (Results 1 – 1 of 1) sorted by relevance
29992 uint64_t ShYAmt = IsFSHR ? ShiftAmt : (EltSizeInBits - ShiftAmt); in LowerFunnelShift() local29993 assert((ShXAmt + ShYAmt) == EltSizeInBits && "Illegal funnel shift"); in LowerFunnelShift()30004 APInt MaskY = APInt::getLowBitsSet(8, 8 - ShYAmt); in LowerFunnelShift()30010 DAG.getShiftAmountConstant(ShYAmt, WideVT, DL)); in LowerFunnelShift()30021 DAG.getShiftAmountConstant(ShYAmt, VT, DL)); in LowerFunnelShift()