Lines Matching refs:CheckFlag
746 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
977 value->CheckFlag(HInstruction::kUint32));
1009 value->CheckFlag(HInstruction::kUint32));
1371 ASSERT(instr->CheckFlag(HValue::kTruncatingToInt32));
1461 instr->CheckFlag(HValue::kBailoutOnMinusZero))
1474 instr->CheckFlag(HValue::kBailoutOnMinusZero))
1494 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1495 bool bailout_on_minus_zero = instr->CheckFlag(HValue::kBailoutOnMinusZero);
1558 if (instr->CheckFlag(HValue::kCanOverflow)) {
1587 if (instr->CheckFlag(HValue::kCanOverflow)) {
1594 ASSERT(!instr->CheckFlag(HValue::kCanOverflow));
1942 if (val->CheckFlag(HInstruction::kUint32)) {
1954 LInstruction* result = val->CheckFlag(HInstruction::kUint32)
1963 if (instr->value()->CheckFlag(HInstruction::kUint32)) {