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

/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp119 const size_t PointerSizeInBits = DL.getPointerSizeInBits(); variable
121 bccAssert(PointerSizeInBits == 32 || PointerSizeInBits == 64);
133 PointerSizeInBits);
156 if (PointerSizeInBits == 32) {
184 if (PointerSizeInBits == 32) {
238 if (PointerSizeInBits == 32) {

Completed in 655 milliseconds