Home | History | Annotate | Download | only in s390

Lines Matching refs:exponent_type

3577   Representation exponent_type = instr->hydrogen()->right()->representation();
3588 if (exponent_type.IsSmi()) {
3591 } else if (exponent_type.IsTagged()) {
3600 } else if (exponent_type.IsInteger32()) {
3604 DCHECK(exponent_type.IsDouble());