Searched refs:lhs_real (Results 1 – 2 of 2) sorted by relevance
45 (HLO_RealOp:$lhs_real $lhs),51 (HLO_MulOp $lhs_real, $rhs_imag),
535 llvm::Value* lhs_real = Real(lhs_value, b); in MultiplyComplex() local539 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()542 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()