Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h73 uint32_t Byte1 = value & 0x0000FF00; in ByteSwap_32()
76 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in ByteSwap_32()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h123 uint32_t Byte1 = UV & 0x0000FF00; in count()
126 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in count()
87 uint32_t Byte1 = UV & 0x0000FF00; byteswap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13789 auto Byte1 = calculateByteProvider(MulOperand, 1, 0); in handleMulOperand() local
13790 if (Byte1 && !Byte1->isConstantZero()) { in handleMulOperand()