Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp615 Type srcElemType = srcType.getElementType(); in matchAndRewrite() local
626 if (srcElemType != dstElemType) { in matchAndRewrite()
628 if (srcElemType.isa<FloatType>()) { in matchAndRewrite()
636 } else if (srcElemType.isInteger(1)) { in matchAndRewrite()