Searched refs:lowType (Results 1 – 1 of 1) sorted by relevance
91 Type lowType = VectorType::Builder(type).dropDim(0); in reshapeLoad() local95 return rewriter.create<vector::ExtractOp>(loc, lowType, val, posAttr); in reshapeLoad()98 VectorType vType = lowType.cast<VectorType>(); in reshapeLoad()127 Type lowType = VectorType::Builder(type).dropDim(0); in reshapeStore() local128 VectorType vType = lowType.cast<VectorType>(); in reshapeStore()761 VectorType lowType = in matchAndRewrite() local767 loc, lowType, rewriter.getI64ArrayAttr(newDimSizes)); in matchAndRewrite()807 VectorType lowType = in matchAndRewrite() local810 loc, lowType, op.getOperands().drop_front()); in matchAndRewrite()812 loc, lowType, rewriter.getZeroAttr(lowType)); in matchAndRewrite()