Lines Matching refs:CheckFlag
806 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
1043 value->CheckFlag(HInstruction::kUint32));
1075 value->CheckFlag(HInstruction::kUint32));
1451 ASSERT(instr->CheckFlag(HValue::kTruncatingToInt32));
1467 ASSERT(!instr->CheckFlag(HValue::kCanBeDivByZero));
1559 instr->CheckFlag(HValue::kBailoutOnMinusZero))
1573 instr->CheckFlag(HValue::kBailoutOnMinusZero)) ||
1576 instr->CheckFlag(HValue::kBailoutOnMinusZero)))
1595 if (instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1599 if (instr->CheckFlag(HValue::kCanOverflow) ||
1600 instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1620 if (instr->CheckFlag(HValue::kCanOverflow)) {
1647 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1660 ASSERT(!instr->CheckFlag(HValue::kCanOverflow));
2041 } else if (val->CheckFlag(HInstruction::kUint32)) {
2053 LInstruction* result = val->CheckFlag(HInstruction::kUint32)
2062 if (instr->value()->CheckFlag(HInstruction::kUint32)) {