Searched refs:promoted_lhs_ptr (Results 1 – 1 of 1) sorted by relevance
36 …const Scalar* &promoted_lhs_ptr, // Pointer to the resulting possibly promoted value of lhs (at… in PromoteToMaxType() argument44 promoted_lhs_ptr = &lhs; in PromoteToMaxType()62 promoted_lhs_ptr = &temp_value; // Update the pointer for the promoted left hand side in PromoteToMaxType()66 if (promoted_lhs_ptr->GetType() == promoted_rhs_ptr->GetType()) in PromoteToMaxType()67 return promoted_lhs_ptr->GetType(); // Return the resulting max type in PromoteToMaxType()