Searched refs:SHLAmount (Results 1 – 2 of 2) sorted by relevance
692 unsigned SHLAmount = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_CTLZ() local694 DAG.getShiftAmountConstant(SHLAmount, Op.getValueType(), dl); in PromoteIntRes_CTLZ()1097 unsigned SHLAmount = NewBits - OldBits; in PromoteIntRes_ADDSUBSHLSAT() local1099 DAG.getShiftAmountConstant(SHLAmount, PromotedType, dl); in PromoteIntRes_ADDSUBSHLSAT()
2283 unsigned SHLAmount = NewBits - MRI.getType(DstReg).getScalarSizeInBits(); in widenScalarAddSubShlSat() local2290 auto ShiftK = MIRBuilder.buildConstant(WideTy, SHLAmount); in widenScalarAddSubShlSat()