Searched refs:DiffBits (Results 1 – 3 of 3) sorted by relevance
472 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local475 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BSWAP()494 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local498 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BITREVERSE()
4429 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local4434 DAG.getConstant(DiffBits, dl, in PromoteNode()
1973 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local1974 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()1986 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local1993 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()