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