Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp322 auto resVectorType = resType.dyn_cast<VectorType>(); in verifyOutputShape() local
324 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() local
491 assert(resVectorType != nullptr); in getIterationBounds()
492 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()