Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h345 static constexpr TypeSize getFixed(ScalarTy ExactSize) { in getFixed() argument
346 return TypeSize(ExactSize, false); in getFixed()