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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2435 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
2437 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits;
2586 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); local
2588 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits;

Completed in 109 milliseconds