Home
last modified time | relevance | path

Searched defs:getScalable (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h46 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() function
55 int64_t getScalable() const { return Scalable; } in getScalable() function
294 static constexpr ElementCount getScalable(ScalarTy MinVal) { in getScalable() function
325 static constexpr TypeSize getScalable(ScalarTy MinimunSize) { in getScalable() function