Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h322 static constexpr TypeSize getFixed(ScalarTy ExactSize) { in getFixed() argument
323 return TypeSize(ExactSize, false); in getFixed()
331 static constexpr TypeSize Fixed(ScalarTy ExactSize) { in Fixed() argument
332 return TypeSize(ExactSize, false); in Fixed()