Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp160 Value subInput = rewriter.create<spirv::ISubOp>(loc, val32, input); in matchAndRewrite() local
162 rewriter.replaceOpWithNewOp<spirv::SelectOp>(countOp, cmp, subInput, in matchAndRewrite()