Searched refs:SHLAmount (Results 1 – 2 of 2) sorted by relevance
732 unsigned SHLAmount = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_CTLZ() local734 DAG.getShiftAmountConstant(SHLAmount, Op.getValueType(), dl); in PromoteIntRes_CTLZ()1146 unsigned SHLAmount = NewBits - OldBits; in PromoteIntRes_ADDSUBSHLSAT() local1148 DAG.getShiftAmountConstant(SHLAmount, PromotedType, dl); in PromoteIntRes_ADDSUBSHLSAT()
2581 unsigned SHLAmount = NewBits - MRI.getType(DstReg).getScalarSizeInBits(); in widenScalarAddSubShlSat() local2588 auto ShiftK = MIRBuilder.buildConstant(WideTy, SHLAmount); in widenScalarAddSubShlSat()