Home | History | Annotate | Download | only in mips

Lines Matching defs:IsSmi

416     } else if (r.IsSmi()) {
484 bool LCodeGen::IsSmi(LConstantOperand* op) const {
485 return chunk_->LookupLiteralRepresentation(op).IsSmi();
522 if (r.IsSmi()) {
1481 if (instr->hydrogen()->representation().IsSmi()) {
1494 if (instr->hydrogen()->representation().IsSmi()) {
1615 if (instr->hydrogen_value()->representation().IsSmi() &&
2079 if (r.IsInteger32() || r.IsSmi()) {
2096 } else if (type.IsSmi()) {
2276 if (instr->hydrogen_value()->representation().IsSmi()) {
2285 if (instr->hydrogen_value()->representation().IsSmi()) {
3059 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3133 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3178 if (instr->hydrogen()->key()->representation().IsSmi()) {
3791 if (exponent_type.IsSmi()) {
4208 if (instr->hydrogen()->length()->representation().IsSmi()) {
4241 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4319 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4369 if (instr->hydrogen()->key()->representation().IsSmi()) {
4964 NumberUntagDMode mode = value->representation().IsSmi()