Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp129 matchAndRewrite(math::CountLeadingZerosOp countOp, OpAdaptor adaptor, in matchAndRewrite() argument
131 auto type = getTypeConverter()->convertType(countOp.getType()); in matchAndRewrite()
144 Location loc = countOp.getLoc(); in matchAndRewrite()
162 rewriter.replaceOpWithNewOp<spirv::SelectOp>(countOp, cmp, subInput, in matchAndRewrite()