Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h144 static const unsigned SizeInBytesBits = 8; variable
145 static const unsigned SizeInBytesMask = (1 << SizeInBytesBits) - 1;
146 static const unsigned PrintInHexBit = 1 << SizeInBytesBits;