Searched refs:opElemType (Results 1 – 1 of 1) sorted by relevance
1843 auto opElemType = arrayType.getElementType(); in verifyConstantType() local1844 while (auto t = opElemType.dyn_cast<spirv::ArrayType>()) { in verifyConstantType()1846 opElemType = t.getElementType(); in verifyConstantType()1848 if (!opElemType.isIntOrFloat()) in verifyConstantType()1852 if (valueElemType != opElemType) { in verifyConstantType()1854 << opElemType << ") does not match value element type (" in verifyConstantType()