Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp956 Value complexOne = builder.create<complex::CreateOp>(type, one, zero); in powOpConversionImpl() local
966 builder.create<arith::SelectOp>(cEqZero, complexOne, complexZero), in powOpConversionImpl()