Home
last modified time | relevance | path

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

/freebsd-src/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
296 // - ElementCount::getFixed(1) : A scalar value. in getFixed() function
332 static constexpr TypeSize getFixed(ScalarTy ExactSize) { getFixed() function