Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h41 static constexpr bool staticSize() { return true; } in staticSize() function
86 static constexpr bool staticSize() { return false; } in staticSize() function
108 static constexpr bool staticSize() { return true; } in staticSize() function
126 static constexpr bool staticSize() { return LBoundsAndShape::staticSize(); } in staticSize() function
134 static constexpr bool staticSize() { return false; } in staticSize() function
155 static constexpr bool staticSize() { return DynamicBound::staticSize(); } in staticSize() function
166 static constexpr bool staticSize() { in staticSize() function
185 static constexpr bool staticSize() { in staticSize() function
197 static constexpr bool staticSize() { in staticSize() function
214 static constexpr bool staticSize() { in staticSize() function
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp141 int64_t staticSize = memRefType.getShape()[i]; in getMemRefDescriptorSizes() local
200 for (int64_t staticSize : memRefType.getShape()) { getNumElements() local
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp388 int64_t staticSize = std::get<0>(sizePair); isValidMaskedInputVector() local