Home | History | Annotate | Download | only in mips

Lines Matching refs:CheckFlag

712         does_deopt = !instr->CheckFlag(HInstruction::kUint32);
1257 ASSERT(instr->CheckFlag(HValue::kTruncatingToInt32));
1276 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1277 (instr->CheckFlag(HValue::kCanOverflow) && divisor == -1) ||
1278 (!instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32) &&
1295 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1296 !instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32)) {
1311 if (instr->CheckFlag(HValue::kCanBeDivByZero) ||
1312 instr->CheckFlag(HValue::kBailoutOnMinusZero) ||
1313 (instr->CheckFlag(HValue::kCanOverflow) &&
1314 !instr->CheckFlag(HValue::kAllUsesTruncatingToInt32)) ||
1316 !instr->CheckFlag(HValue::kAllUsesTruncatingToInt32))) {
1345 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1346 (instr->CheckFlag(HValue::kLeftCanBeMinInt) && divisor == -1)) {
1360 ((divisor > 0 && !instr->CheckFlag(HValue::kLeftCanBeNegative)) ||
1361 (divisor < 0 && !instr->CheckFlag(HValue::kLeftCanBePositive))) ?
1366 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0)) {
1403 if (instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1418 if (divisor == 0 || instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1433 if (instr->CheckFlag(HValue::kCanBeDivByZero) ||
1434 instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1460 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1461 bool bailout_on_minus_zero = instr->CheckFlag(HValue::kBailoutOnMinusZero);
1524 if (instr->CheckFlag(HValue::kCanOverflow)) {
1553 if (instr->CheckFlag(HValue::kCanOverflow)) {
1560 ASSERT(!instr->CheckFlag(HValue::kCanOverflow));
1883 if (!instr->CheckFlag(HValue::kCanOverflow)) {
1886 } else if (val->CheckFlag(HInstruction::kUint32)) {
1902 if (instr->CheckFlag(HValue::kCanOverflow)) {
1908 if (val->CheckFlag(HInstruction::kUint32)) {
2135 !instr->CheckFlag(HInstruction::kUint32)) :