Searched refs:ExtraBitsSize (Results 1 – 2 of 2) 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()
2406 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local2408 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2426 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()2427 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()2441 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()2447 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()2448 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()