Lines Matching refs:CheckForUnsigned
455 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
466 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
531 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVarFromGlobal()
931 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
983 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1012 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1364 if (!CheckForUnsigned(&uvalue)) { in ValidateCase()
1429 } else if (CheckForUnsigned(&uvalue)) { in NumericLiteral()
1590 if (CheckForUnsigned(&uvalue)) { in UnaryExpression()
1716 if (!PeekForZero() && CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
1729 } else if (CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
1871 if (a->IsA(AsmType::Intish()) && CheckForUnsigned(&shift_imm)) { in ShiftExpression()
2131 if (!CheckForUnsigned(&mask)) { in ValidateCall()
2448 if (CheckForUnsigned(&offset)) { in ValidateHeapAccess()
2557 if (!CheckForUnsigned(&uvalue)) { in GatherCases()