Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3120 unsigned ExtraBitsSize = BitWidth & 63; in emitGlobalConstantLargeInt() local
3122 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
3139 ExtraBitsSize = alignTo(ExtraBitsSize, 8); in emitGlobalConstantLargeInt()
3141 (((uint64_t)-1) >> (64 - ExtraBitsSize)); in emitGlobalConstantLargeInt()
3142 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
3156 if (ExtraBitsSize) { in emitGlobalConstantLargeInt()
3162 assert(Size && Size * 8 >= ExtraBitsSize && in emitGlobalConstantLargeInt()
3163 (ExtraBits & (((uint64_t)-1) >> (64 - ExtraBitsSize))) in emitGlobalConstantLargeInt()