Searched refs:resVectorType (Results 1 – 2 of 2) sorted by relevance
100 auto resVectorType = resType.cast<VectorType>(); in reshapeLoad() local102 loc, resVectorType, rewriter.getZeroAttr(resVectorType)); in reshapeLoad()103 for (int64_t d = 0, e = resVectorType.getDimSize(0); d < e; d++) { in reshapeLoad()107 result = rewriter.create<vector::InsertOp>(loc, resVectorType, load, result, in reshapeLoad()
671 auto resVectorType = resType.dyn_cast<VectorType>(); in verifyOutputShape() local673 if (!resVectorType || !accVectorType) in verifyOutputShape()715 VectorType::get(expectedShape, resVectorType.getElementType()); in verifyOutputShape()716 if (resVectorType != expected || accVectorType != expected) in verifyOutputShape()835 auto resVectorType = getResultType().dyn_cast<VectorType>(); in getIterationBounds() local852 assert(resVectorType != nullptr); in getIterationBounds()853 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()