Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h45 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() function
52 int64_t getFixed() const { return Fixed; } in getFixed() function
291 static constexpr ElementCount getFixed(ScalarTy MinVal) { in getFixed() function
322 static constexpr TypeSize getFixed(ScalarTy ExactSize) { in getFixed() function