Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp1219 matchAndRewrite(spirv::GLSLTanhOp tanhOp, ArrayRef<Value> operands, in matchAndRewrite() argument
1221 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()