Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1374 Type dstElementType = op.getType(); in matchAndRewrite() local
1375 if (auto vecType = dstElementType.dyn_cast<VectorType>()) in matchAndRewrite()
1376 dstElementType = vecType.getElementType(); in matchAndRewrite()
1377 if (elementType != dstElementType) in matchAndRewrite()
1472 Value promote(Value v, Type dstElementType) { in promote()
1477 if (elementType == dstElementType) in promote()
1479 Type promotedType = dstElementType; in promote()
1482 if (dstElementType.isa<FloatType>()) in promote()