Home
last modified time | relevance | path

Searched refs:ExtraBitsSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3904 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local
3906 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
3923 ExtraBitsSize = alignTo(ExtraBitsSize, 8); in emitGlobalConstantLargeInt()
3925 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()
3927 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
3941 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
3947 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()
3948 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()