Searched refs:ExtraBitsSize (Results 1 – 1 of 1) sorted by relevance
1916 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local1918 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()1936 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()1937 Realigned = Realigned.lshr(ExtraBitsSize); in emitGlobalConstantLargeInt()1951 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()1957 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()1958 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()