Searched refs:left_rep (Results 1 – 3 of 3) sorted by relevance
1420 Representation left_rep = left()->representation(); in RepresentationFromInputs() local1421 if (left_rep.IsExternal()) { in RepresentationFromInputs()1430 Representation left_rep = left()->representation(); in RequiredInputRepresentation() local1431 if (left_rep.IsExternal()) { in RequiredInputRepresentation()2995 Representation left_rep = left()->representation(); in RepresentationFromInputs() local2997 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in RepresentationFromInputs()3350 Representation left_rep = left()->representation(); in InferRepresentation() local3359 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in InferRepresentation()
10272 Representation left_rep = Representation::FromType(left_type); in BuildBinaryOperation() local10289 left_rep = Representation::FromType(left_type); in BuildBinaryOperation()10385 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) || in BuildBinaryOperation()10459 binop->set_observed_input_representation(1, left_rep); in BuildBinaryOperation()10796 Representation left_rep = Representation::FromType(left_type); in BuildCompareInstruction() local10869 result->set_observed_input_representation(1, left_rep); in BuildCompareInstruction()10886 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
5037 Representation left_rep = left()->representation(); in RepresentationFromInputs() local5040 result = result.generalize(left_rep); in RepresentationFromInputs()