Searched refs:right_rep (Results 1 – 3 of 3) sorted by relevance
2996 Representation right_rep = right()->representation(); in RepresentationFromInputs() local2998 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in RepresentationFromInputs()3351 Representation right_rep = right()->representation(); in InferRepresentation() local3360 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in InferRepresentation()
10273 Representation right_rep = Representation::FromType(right_type); in BuildBinaryOperation() local10298 right_rep = Representation::FromType(right_type); in BuildBinaryOperation()10386 (right_rep.IsTagged() && !right_rep.IsSmi()); in BuildBinaryOperation()10460 binop->set_observed_input_representation(2, right_rep); in BuildBinaryOperation()10797 Representation right_rep = Representation::FromType(right_type); in BuildCompareInstruction() local10870 result->set_observed_input_representation(2, right_rep); in BuildCompareInstruction()10886 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
5038 Representation right_rep = right()->representation(); in RepresentationFromInputs() local5041 result = result.generalize(right_rep); in RepresentationFromInputs()