Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2881 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify() local
2882 if (EB_Lo != EB_Hi) in classify()
3133 uint64_t EB_Hi = (Offset + Size - 1) / 64; in classify() local
3136 assert(EB_Hi == EB_Lo && "Invalid classification, type > 16 bytes."); in classify()
3141 FieldHi = EB_Hi ? Integer : NoClass; in classify()