Searched refs:staticSize (Results 1 – 3 of 3) sorted by relevance
40 static constexpr bool staticSize() { return true; } in staticSize() function125 static constexpr bool staticSize() { return LBoundsAndShape::staticSize(); } in staticSize() function154 static constexpr bool staticSize() { return DynamicBound::staticSize(); } in staticSize() function165 static constexpr bool staticSize() { in staticSize() function166 return ScalarStaticChar::staticSize() && LBoundsAndShape::staticSize(); in staticSize()184 static constexpr bool staticSize() { in staticSize() function185 return ScalarDynamicChar::staticSize() && LBoundsAndShape::staticSize(); in staticSize()196 static constexpr bool staticSize() { in staticSize() function197 return ScalarStaticChar::staticSize() && DynamicBound::staticSize(); in staticSize()213 static constexpr bool staticSize() { in staticSize() function[all …]
208 int staticSize[_Nonnull static 2],
1752 int64_t staticSize = in matchAndRewrite() local1754 if (staticSize != ShapedType::kDynamicSize) { in matchAndRewrite()1756 loc, llvmIndexType, rewriter.getI64IntegerAttr(staticSize)); in matchAndRewrite()