Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp173 Value scaledExp = rewriter.create<arith::MulFOp>(loc, half, exp); in matchAndRewrite() local
179 combine(loc, scaledExp, reciprocalExp, sin, cos, rewriter); in matchAndRewrite()
187 combine(Location loc, Value scaledExp, Value reciprocalExp, Value sin,
195 combine(Location loc, Value scaledExp, Value reciprocalExp, Value sin, in combine()
206 Value sum = rewriter.create<arith::AddFOp>(loc, reciprocalExp, scaledExp); in combine()
208 Value diff = rewriter.create<arith::SubFOp>(loc, reciprocalExp, scaledExp); in combine()
727 combine(Location loc, Value scaledExp, Value reciprocalExp, Value sin, in combine()
738 Value sum = rewriter.create<arith::AddFOp>(loc, scaledExp, reciprocalExp); in combine()
740 Value diff = rewriter.create<arith::SubFOp>(loc, scaledExp, reciprocalExp); in combine()