Lines Matching refs:getComplex

85     Value real = b.create<complex::ReOp>(adaptor.getComplex());
86 Value imag = b.create<complex::ImOp>(adaptor.getComplex());
204 auto type = cast<ComplexType>(adaptor.getComplex().getType());
209 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex());
211 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex());
501 auto type = cast<ComplexType>(adaptor.getComplex().getType());
506 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex());
508 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex());
553 Value real = b.create<complex::ReOp>(adaptor.getComplex());
554 Value imag = b.create<complex::ImOp>(adaptor.getComplex());
619 auto type = cast<ComplexType>(adaptor.getComplex().getType());
624 Value abs = b.create<complex::AbsOp>(elementType, adaptor.getComplex(),
627 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex());
628 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex());
643 auto type = cast<ComplexType>(adaptor.getComplex().getType());
648 Value real = b.create<complex::ReOp>(adaptor.getComplex());
649 Value imag = b.create<complex::ImOp>(adaptor.getComplex());
727 auto type = cast<ComplexType>(adaptor.getComplex().getType());
731 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex());
733 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex());
789 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex());
790 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex());
852 auto type = cast<ComplexType>(adaptor.getComplex().getType());
857 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex());
858 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex());
866 auto abs = b.create<complex::AbsOp>(elementType, adaptor.getComplex(), fmf);
871 adaptor.getComplex(), sign);
885 auto type = cast<ComplexType>(adaptor.getComplex().getType());
891 b.create<complex::ReOp>(loc, elementType, adaptor.getComplex());
893 b.create<complex::ImOp>(loc, elementType, adaptor.getComplex());
984 auto type = cast<ComplexType>(adaptor.getComplex().getType());
987 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex());
989 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex());
1127 auto type = cast<ComplexType>(adaptor.getComplex().getType());
1143 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex());
1144 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex());
1209 rewriter.create<complex::ReOp>(loc, type, adaptor.getComplex());
1211 rewriter.create<complex::ImOp>(loc, type, adaptor.getComplex());