Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h28 int LoIx = IsLittleEndian ? 0 : 2; in getAsUint32() local
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16); in getAsUint32()