Searched refs:EB_Hi (Results 1 – 1 of 1) sorted by relevance
2408 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify() local2409 if (EB_Lo != EB_Hi) in classify()2631 uint64_t EB_Hi = (Offset + Size - 1) / 64; in classify() local2634 assert(EB_Hi == EB_Lo && "Invalid classification, type > 16 bytes."); in classify()2639 FieldHi = EB_Hi ? Integer : NoClass; in classify()