Searched defs:WordSizeInBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1950 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
1995 fieldSize / WordSizeInBits));
2310 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
2312 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits;
2462 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
2464 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits;
4514 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
4597 uint64_t UnionIvarSize = FieldSize / WordSizeInBits;
4605 FieldSize / WordSizeInBits));

Completed in 65 milliseconds