Searched refs:ExactSize (Results 1 – 1 of 1) sorted by relevance
322 static constexpr TypeSize getFixed(ScalarTy ExactSize) { in getFixed() argument323 return TypeSize(ExactSize, false); in getFixed()331 static constexpr TypeSize Fixed(ScalarTy ExactSize) { in Fixed() argument332 return TypeSize(ExactSize, false); in Fixed()