Searched refs:dstElementType (Results 1 – 1 of 1) sorted by relevance
1374 Type dstElementType = op.getType(); in matchAndRewrite() local1375 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()