Home | History | Annotate | Download | only in x87

Lines Matching refs:input_rep

2046   Representation input_rep = value->representation();
2047 if (input_rep.IsDouble()) {
2050 } else if (input_rep.IsInteger32()) {
2054 DCHECK(input_rep.IsSmiOrTagged());