Searched refs:lhs_imag (Results 1 – 2 of 2) sorted by relevance
48 (HLO_ImagOp:$lhs_imag $lhs),52 (HLO_MulOp $lhs_imag, $rhs_real)))>;
536 llvm::Value* lhs_imag = Imag(lhs_value, b); in MultiplyComplex() local540 llvm::Value* real_result2 = b->CreateFMul(lhs_imag, rhs_imag); in MultiplyComplex()543 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()