Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp771 Value halfAddAbs = b.create<arith::MulFOp>(addAbs, half); in matchAndRewrite() local
772 Value sqrtAddAbs = b.create<math::SqrtOp>(halfAddAbs); in matchAndRewrite()