Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp875 Value sinB = rewriter.create<math::SinOp>(loc, imag); in matchAndRewrite() local
876 Value tanB = rewriter.create<arith::DivFOp>(loc, sinB, cosB); in matchAndRewrite()