Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DModRef.h78 static constexpr uint32_t BitsPerLoc = 2; variable
79 static constexpr uint32_t LocMask = (1 << BitsPerLoc) - 1;
82 return (uint32_t)Loc * BitsPerLoc; in getLocationPos()