Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1851 auto valueElemType = shapedType.getElementType(); in verifyConstantType() local
1852 if (valueElemType != opElemType) { in verifyConstantType()
1855 << valueElemType << ")"; in verifyConstantType()