Searched refs:rhs_imag (Results 1 – 2 of 2) sorted by relevance
49 (HLO_ImagOp:$rhs_imag $rhs))),51 (HLO_MulOp $lhs_real, $rhs_imag),
538 llvm::Value* rhs_imag = Imag(rhs_value, b); in MultiplyComplex() local540 llvm::Value* real_result2 = b->CreateFMul(lhs_imag, rhs_imag); in MultiplyComplex()542 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()