Home | History | Annotate | Download | only in ppc

Lines Matching refs:exponent_type

3676   Representation exponent_type = instr->hydrogen()->right()->representation();
3687 if (exponent_type.IsSmi()) {
3690 } else if (exponent_type.IsTagged()) {
3701 } else if (exponent_type.IsInteger32()) {
3705 DCHECK(exponent_type.IsDouble());