Home | History | Annotate | Download | only in mips64

Lines Matching refs:exponent_type

3592   Representation exponent_type = instr->hydrogen()->right()->representation();
3603 if (exponent_type.IsSmi()) {
3606 } else if (exponent_type.IsTagged()) {
3616 } else if (exponent_type.IsInteger32()) {
3620 DCHECK(exponent_type.IsDouble());