Searched refs:opElemType (Results 1 – 1 of 1) sorted by relevance
1519 auto opElemType = arrayType.getElementType(); in verify() local1520 while (auto t = opElemType.dyn_cast<spirv::ArrayType>()) { in verify()1522 opElemType = t.getElementType(); in verify()1524 if (!opElemType.isIntOrFloat()) in verify()1528 if (valueElemType != opElemType) { in verify()1530 << opElemType << ") does not match value element type (" in verify()