Searched refs:rhs_real (Results 1 – 2 of 2) sorted by relevance
46 (HLO_RealOp:$rhs_real $rhs)),52 (HLO_MulOp $lhs_imag, $rhs_real)))>;
537 llvm::Value* rhs_real = Real(rhs_value, b); in MultiplyComplex() local539 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()543 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()