Searched refs:imag_result (Results 1 – 2 of 2) sorted by relevance
544 llvm::Value* imag_result = b->CreateFAdd(imag_result1, imag_result2); in MultiplyComplex() local545 return {real_result, imag_result}; in MultiplyComplex()
590 auto imag_result = FMul(exp_a, sin_b); in EmitComplexUnaryOp() local591 return EmitComposeComplex(op, real_result, imag_result); in EmitComplexUnaryOp()