Home | History | Annotate | Download | only in ppc

Lines Matching defs:IsSmi

417   if (IsSmi(const_op)) {
443 bool LCodeGen::IsSmi(LConstantOperand* op) const {
444 return chunk_->LookupLiteralRepresentation(op).IsSmi();
481 if (r.IsSmi()) {
1389 if (instr->hydrogen()->representation().IsSmi()) {
1411 if (instr->hydrogen()->representation().IsSmi()) {
1464 if (instr->hydrogen()->representation().IsSmi()) {
1473 if (instr->hydrogen()->representation().IsSmi()) {
1478 if (instr->hydrogen()->representation().IsSmi()) {
1490 if (instr->hydrogen()->representation().IsSmi()) {
1501 if (instr->hydrogen()->representation().IsSmi()) {
1648 if (instr->hydrogen_value()->representation().IsSmi()) {
1651 if (instr->hydrogen_value()->representation().IsSmi() &&
1685 const bool isInteger = !instr->hydrogen()->representation().IsSmi();
1860 const bool isInteger = !(instr->hydrogen()->representation().IsSmi() ||
1902 if (instr->hydrogen_value()->representation().IsSmi()) {
2064 } else if (r.IsSmi()) {
2085 } else if (type.IsSmi()) {
2277 if (instr->hydrogen_value()->representation().IsSmi()) {
2292 if (instr->hydrogen_value()->representation().IsSmi()) {
2307 } else if (instr->hydrogen_value()->representation().IsSmi()) {
2799 if (representation.IsSmi() &&
2920 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi();
3021 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi();
3077 if (hinstr->key()->representation().IsSmi()) {
3580 } else if (r.IsSmi()) {
3749 if (exponent_type.IsSmi()) {
4013 DCHECK(!representation.IsSmi() || !instr->value()->IsConstantOperand() ||
4016 DCHECK(!representation.IsSmi() || !instr->value()->IsConstantOperand() ||
4017 IsSmi(LConstantOperand::cast(instr->value())));
4054 if (representation.IsSmi() &&
4114 if (representation.IsSmi()) {
4123 if (representation.IsSmi()) {
4131 if (representation.IsSmi()) {
4163 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi();
4258 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi();
4301 if (hinstr->key()->representation().IsSmi()) {
4997 if (instr->hydrogen()->value()->representation().IsSmi()) {
5021 NumberUntagDMode mode = value->representation().IsSmi()