Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1872 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify() local
1873 if (EB_Lo != EB_Hi) in classify()
2127 uint64_t EB_Hi = (Offset + Size - 1) / 64; in classify() local
2130 assert(EB_Hi == EB_Lo && "Invalid classification, type > 16 bytes."); in classify()
2135 FieldHi = EB_Hi ? Integer : NoClass; in classify()