Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp993 if (auto extractOp = getExtractOp(xferOp)) in getDataVector()
999 vector::ExtractOp getExtractOp(TransferWriteOp xferOp) const { in getExtractOp() function
1009 if (auto extractOp = getExtractOp(xferOp)) { in getExtractionIndices()