Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2852 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local
2854 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
2871 ExtraBitsSize = alignTo(ExtraBitsSize, 8); in emitGlobalConstantLargeInt()
2873 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()
2874 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
2888 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
2894 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()
2895 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()