Home
last modified time | relevance | path

Searched refs:hasCompileTimeKnownNumElements (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h144 bool hasCompileTimeKnownNumElements() const;
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp219 bool CompositeType::hasCompileTimeKnownNumElements() const { in hasCompileTimeKnownNumElements() function in CompositeType
DSPIRVOps.cpp587 if (cType.hasCompileTimeKnownNumElements() && in getElementType()
1294 if (cType.hasCompileTimeKnownNumElements() && in parseCompositeConstructOp()