Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() function
49 int64_t getFixed() const { return Fixed; } in getFixed() function
311 static constexpr ElementCount getFixed(ScalarTy MinVal) { in getFixed() function
345 static constexpr TypeSize getFixed(ScalarTy ExactSize) { in getFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp270 static constexpr Immediate getFixed(ScalarTy MinVal) { in getFixed() function in __anonc21373340111::Immediate