Searched refs:AMShiftAmt (Results 1 – 1 of 1) sorted by relevance
912 unsigned AMShiftAmt = MaskTZ; in FoldMaskAndShiftToScale() local916 if (AMShiftAmt <= 0 || AMShiftAmt > 3) return true; in FoldMaskAndShiftToScale()958 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8); in FoldMaskAndShiftToScale()960 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, MVT::i8); in FoldMaskAndShiftToScale()974 AM.Scale = 1 << AMShiftAmt; in FoldMaskAndShiftToScale()