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