Searched refs:DiffBits (Results 1 – 3 of 3) sorted by relevance
476 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local479 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BSWAP()498 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local502 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BITREVERSE()
4418 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local4423 DAG.getConstant(DiffBits, dl, in PromoteNode()
2096 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local2097 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()2109 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local2116 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()