Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp2706 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout() local
2737 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2742 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()
2892 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars() local
2927 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in fillRunSkipBlockVars()