Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h325 static constexpr TypeSize getScalable(ScalarTy MinimunSize) { in getScalable() argument
326 return TypeSize(MinimunSize, true); in getScalable()