Lines Matching refs:IsSmiOrInteger32
713 if (instr->representation().IsSmiOrInteger32()) { in DoShift()
1210 if (!r.IsDouble() && !r.IsSmiOrInteger32()) result = AssignPointerMap(result); in DoMathAbs()
1309 if (instr->representation().IsSmiOrInteger32()) { in DoBitwise()
1324 DCHECK(instr->representation().IsSmiOrInteger32()); in DoDivByPowerOf2I()
1361 DCHECK(instr->representation().IsSmiOrInteger32()); in DoDivI()
1380 if (instr->representation().IsSmiOrInteger32()) { in DoDiv()
1437 DCHECK(instr->representation().IsSmiOrInteger32()); in DoFlooringDivI()
1466 DCHECK(instr->representation().IsSmiOrInteger32()); in DoModByPowerOf2I()
1482 DCHECK(instr->representation().IsSmiOrInteger32()); in DoModByConstI()
1499 DCHECK(instr->representation().IsSmiOrInteger32()); in DoModI()
1516 if (instr->representation().IsSmiOrInteger32()) { in DoMod()
1533 if (instr->representation().IsSmiOrInteger32()) { in DoMul()
1557 if (instr->representation().IsSmiOrInteger32()) { in DoSub()
1577 if (instr->representation().IsSmiOrInteger32()) { in DoAdd()
1626 if (instr->representation().IsSmiOrInteger32()) { in DoMathMinMax()
1668 if (r.IsSmiOrInteger32()) { in DoCompareNumericAndBranch()
2170 DCHECK(instr->key()->representation().IsSmiOrInteger32()); in DoLoadKeyed()