Searched refs:ExtraBitsSize (Results 1 – 3 of 3) sorted by relevance
2102 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local2104 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2122 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()2123 Realigned = Realigned.lshr(ExtraBitsSize); in emitGlobalConstantLargeInt()2137 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2143 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()2144 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()
2716 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local2718 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2735 ExtraBitsSize = alignTo(ExtraBitsSize, 8); in emitGlobalConstantLargeInt()2737 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()2738 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()2752 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2758 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()2759 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()
2578 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local2580 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2598 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()2599 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()2613 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2619 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()2620 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()