Searched refs:IntMax (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 1077 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() local 1090 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax); in initFunctionSummaries() 1453 ConstraintSet{ReturnValueCondition(WithinRange, Range(-1, IntMax))}; in initFunctionSummaries() 1476 0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1483 .ArgConstraint(ArgumentCondition(0, WithinRange, Range(0, IntMax))) in initFunctionSummaries() 1485 ArgumentCondition(1, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1493 0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1509 0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1538 .ArgConstraint(ArgumentCondition(1, WithinRange, Range(0, IntMax))) in initFunctionSummaries() 1547 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 334 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local 335 if (Offset <= IntMax) { in addMachineRegExpression() 346 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local 348 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) { in addMachineRegExpression() 352 !SubRegisterSizeInBits && Offset <= IntMax + 1) { in addMachineRegExpression()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 397 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local 404 IntMax.getSExtValue() << in HandleFixupError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6718 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local 6723 Upper = IntMax + 1; in setLimitsForBinOp() 6728 Upper = IntMax.sdiv(*C); in setLimitsForBinOp()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1866 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); in EmitCheckedUnsignedMultiplySignedResult() local 1867 llvm::Value *IntMaxValue = llvm::ConstantInt::get(Result->getType(), IntMax); in EmitCheckedUnsignedMultiplySignedResult() 1938 auto IntMax = in EmitCheckedMixedSignMultiply() local 1941 CGF.Builder.CreateAdd(llvm::ConstantInt::get(OpTy, IntMax), in EmitCheckedMixedSignMultiply() 1958 auto IntMax = in EmitCheckedMixedSignMultiply() local 1961 UnsignedResult, llvm::ConstantInt::get(OpTy, IntMax)); in EmitCheckedMixedSignMultiply()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5922 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local 5932 SDValue Masked = DAG.getNode(ISD::AND, DL, VT, N, IntMax); in prepareSREMEqFold()
|