Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h148 static const unsigned SizeInBytesBits = 8; variable
149 static const unsigned SizeInBytesMask = (1 << SizeInBytesBits) - 1;
150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits;