Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp784 Value negativeResultReal = b.create<arith::NegFOp>(resultReal); in matchAndRewrite() local
788 b.create<arith::SelectOp>(imagIsNegative, negativeResultReal, in matchAndRewrite()