Home | History | Annotate | Download | only in src

Lines Matching refs:rep

8420   Representation rep = Representation::FromType(info);
8421 if (rep.IsNone() || rep.IsTagged()) {
8422 rep = Representation::Smi();
8430 HInstruction* number_input = AddUncasted<HForceRepresentation>(Pop(), rep);
8431 if (!rep.IsDouble()) {
8447 add->set_observed_input_representation(1, rep);