Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() function
52 int64_t getScalable() const { return Scalable; } in getScalable() function
314 static constexpr ElementCount getScalable(ScalarTy MinVal) { in getScalable() function
348 static constexpr TypeSize getScalable(ScalarTy MinimumSize) { in getScalable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp273 static constexpr Immediate getScalable(ScalarTy MinVal) { in getScalable() function in __anonc21373340111::Immediate