Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h116 bool hasCompileTimeKnownNumElements() const;
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp142 bool CompositeType::hasCompileTimeKnownNumElements() const { in hasCompileTimeKnownNumElements() function in CompositeType
H A DSPIRVOps.cpp697 if (cType.hasCompileTimeKnownNumElements() && in getElementType()
1637 if (cType.hasCompileTimeKnownNumElements() && in parse()