Searched refs:tanhOp (Results 1 – 1 of 1) sorted by relevance
1219 matchAndRewrite(spirv::GLSLTanhOp tanhOp, ArrayRef<Value> operands, in matchAndRewrite() argument1221 auto srcType = tanhOp.getType(); in matchAndRewrite()1226 Location loc = tanhOp.getLoc(); in matchAndRewrite()1229 rewriter.create<LLVM::FMulOp>(loc, dstType, two, tanhOp.operand()); in matchAndRewrite()1236 rewriter.replaceOpWithNewOp<LLVM::FDivOp>(tanhOp, dstType, numerator, in matchAndRewrite()