Searched refs:DiffBits (Results 1 – 2 of 2) sorted by relevance
308 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local310 DAG.getConstant(DiffBits, TLI.getShiftAmountTy(NVT))); in PromoteIntRes_BSWAP()
4069 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local4073 DAG.getConstant(DiffBits, TLI.getShiftAmountTy(NVT))); in PromoteNode()