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