Home | History | Annotate | Download | only in arm

Lines Matching defs:IsSmi

498 bool LCodeGen::IsSmi(LConstantOperand* op) const {
499 return chunk_->LookupLiteralRepresentation(op).IsSmi();
536 if (r.IsSmi()) {
1654 if (instr->hydrogen()->representation().IsSmi()) {
1663 if (instr->hydrogen()->representation().IsSmi()) {
1784 if (instr->hydrogen_value()->representation().IsSmi() &&
2208 if (r.IsInteger32() || r.IsSmi()) {
2228 } else if (type.IsSmi()) {
2405 if (instr->hydrogen_value()->representation().IsSmi()) {
2412 if (instr->hydrogen_value()->representation().IsSmi()) {
3183 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3255 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3300 if (instr->hydrogen()->key()->representation().IsSmi()) {
3856 if (exponent_type.IsSmi()) {
4273 if (instr->hydrogen()->length()->representation().IsSmi()) {
4302 IsSmi())
4375 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4421 if (instr->hydrogen()->key()->representation().IsSmi()) {
5007 NumberUntagDMode mode = value->representation().IsSmi()