Home | History | Annotate | Download | only in src

Lines Matching defs:rep

7469   Representation rep = Representation::FromType(info);
7470 if (rep.IsNone() || rep.IsTagged()) {
7471 rep = Representation::Smi();
7479 HInstruction* number_input = Add<HForceRepresentation>(Pop(), rep);
7480 if (!rep.IsDouble()) {