Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp273 static constexpr Immediate getScalable(ScalarTy MinVal) { in getScalable() function in __anonb064cace0111::Immediate