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.h44 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() function
53 int64_t getScalable() const { return Scalable; } in getScalable() function
315 static constexpr ElementCount getScalable(ScalarTy MinVal) { in getScalable() function
349 static constexpr TypeSize getScalable(ScalarTy MinimumSize) { in getScalable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp265 static constexpr Immediate getScalable(ScalarTy MinVal) { in getScalable() function in __anonc21373340111::Immediate