Searched refs:IntMax (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 1077 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() local 1485 ArgumentCondition(1, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1547 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1684 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1722 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1839 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 1951 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 2094 ArgumentCondition(0, WithinRange, Range(0, IntMax))) in initFunctionSummaries() 2242 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() 2252 ArgumentCondition(0, WithinRange, Range(0, IntMax)))); in initFunctionSummaries() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6785 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local 6790 Upper = IntMax + 1; in setLimitsForBinOp() 6795 Upper = IntMax.sdiv(*C); in setLimitsForBinOp()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1906 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); in EmitCheckedUnsignedMultiplySignedResult() local 1907 llvm::Value *IntMaxValue = llvm::ConstantInt::get(Result->getType(), IntMax); in EmitCheckedUnsignedMultiplySignedResult() 1978 auto IntMax = in EmitCheckedMixedSignMultiply() local 1981 CGF.Builder.CreateAdd(llvm::ConstantInt::get(OpTy, IntMax), in EmitCheckedMixedSignMultiply() 1998 auto IntMax = in EmitCheckedMixedSignMultiply() local 2001 UnsignedResult, llvm::ConstantInt::get(OpTy, IntMax)); in EmitCheckedMixedSignMultiply()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5951 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local 5961 SDValue Masked = DAG.getNode(ISD::AND, DL, VT, N, IntMax); in prepareSREMEqFold()
|