Searched refs:lhs_real (Results 1 – 1 of 1) sorted by relevance
453 llvm::Value* lhs_real = Real(lhs_value, b); in MultiplyComplex() local457 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()460 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()