Searched refs:rhs_real (Results 1 – 1 of 1) sorted by relevance
455 llvm::Value* rhs_real = Real(rhs_value, b); in MultiplyComplex() local457 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()461 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()