Searched refs:cplx1 (Results 1 – 3 of 3) sorted by relevance
43 mlir::Value cplx1, mlir::Value cplx2, bool eq) { in createComplexCompare() argument44 auto real1 = extract<Part::Real>(cplx1); in createComplexCompare()46 auto imag1 = extract<Part::Imag>(cplx1); in createComplexCompare()
84 _Complex float cplx1(float r) { in cplx1() function
54 mlir::Value createComplexCompare(mlir::Value cplx1, mlir::Value cplx2,