Lines Matching refs:CheckForUnsigned
451 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
462 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
521 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVarFromGlobal()
908 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
960 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
989 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1340 if (!CheckForUnsigned(&uvalue)) { in ValidateCase()
1405 } else if (CheckForUnsigned(&uvalue)) { in NumericLiteral()
1559 if (CheckForUnsigned(&uvalue)) { in UnaryExpression()
1677 if (CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
1690 } else if (CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
1832 if (a->IsA(AsmType::Intish()) && CheckForUnsigned(&shift_imm)) { in ShiftExpression()
2087 if (!CheckForUnsigned(&mask)) { in ValidateCall()
2398 if (CheckForUnsigned(&offset)) { in ValidateHeapAccess()
2507 if (!CheckForUnsigned(&uvalue)) { in GatherCases()