Searched refs:resVectorType (Results 1 – 1 of 1) sorted by relevance
322 auto resVectorType = resType.dyn_cast<VectorType>(); in verifyOutputShape() local324 if (!resVectorType || !accVectorType) in verifyOutputShape()362 VectorType::get(expectedShape, resVectorType.getElementType()); in verifyOutputShape()363 if (resVectorType != expected || accVectorType != expected) in verifyOutputShape()474 auto resVectorType = getResultType().dyn_cast<VectorType>(); in getIterationBounds() local491 assert(resVectorType != nullptr); in getIterationBounds()492 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()