Lines Matching defs:sourceVector
2078 Value sourceVector = extractOp.getVector();
2080 if (!matchPattern(sourceVector, m_Constant(&vectorCst)))
2107 Value sourceVector = extractOp.getVector();
2109 if (!matchPattern(sourceVector, m_Constant(&vectorCst)))
2112 auto vecTy = llvm::cast<VectorType>(sourceVector.getType());
3748 Value sourceVector = extractStridedSliceOp.getVector();
3750 if (!matchPattern(sourceVector, m_Constant(&vectorCst)))
3776 Value sourceVector = extractStridedSliceOp.getVector();
3778 if (!matchPattern(sourceVector, m_Constant(&vectorCst)))
3790 auto sourceVecTy = llvm::cast<VectorType>(sourceVector.getType());