Home | History | Annotate | Download | only in ia32

Lines Matching defs:IsSmi

448 bool LCodeGen::IsSmi(LConstantOperand* op) const {
449 return chunk_->LookupLiteralRepresentation(op).IsSmi();
1293 if (instr->hydrogen()->representation().IsSmi()) {
1428 if (instr->hydrogen_value()->representation().IsSmi() &&
1842 } else if (type.IsSmi()) {
2519 if (object->IsSmi()) {
2753 if (key_representation.IsSmi() && (shift_size >= 1)) {
3374 if (exponent_type.IsSmi()) {
3641 DCHECK(!representation.IsSmi() ||
3643 IsSmi(LConstantOperand::cast(instr->value())));
3840 if (IsSmi(operand_value)) {
4505 if (instr->hydrogen()->value()->representation().IsSmi()) {
4534 NumberUntagDMode mode = value->representation().IsSmi()