Searched refs:cplx2 (Results 1 – 4 of 4) sorted by relevance
43 mlir::Value cplx1, mlir::Value cplx2, bool eq) { in createComplexCompare() argument45 auto real2 = extract<Part::Real>(cplx2); in createComplexCompare()47 auto imag2 = extract<Part::Imag>(cplx2); in createComplexCompare()
89 _Complex double cplx2(double r) { in cplx2() function
54 mlir::Value createComplexCompare(mlir::Value cplx1, mlir::Value cplx2,
80 %cplx2 = create_complex %real0, %imag0 : complex<f32>81 %real1 = re %cplx2 : complex<f32>82 %imag1 = im %cplx2 : complex<f32>