Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2741 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout() local
2742 while (size_in_words >= 16) { in getBitmapBlockLayout()
2747 size_in_words -= 16; in getBitmapBlockLayout()
2749 if (size_in_words > 0) { in getBitmapBlockLayout()
2752 unsigned char inst = (opcode << 4) | (size_in_words-1); in getBitmapBlockLayout()