Home
last modified time | relevance | path

Searched defs:IntMax (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp351 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local
363 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp117 s64 IntMax = INT64_MAX; in TEST() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp398 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp995 enum B { IntMax = INT_MAX, ULongLongMax = ULLONG_MAX }; in TEST() enumerator
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1263 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp1933 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); in EmitCheckedUnsignedMultiplySignedResult() local
2005 auto IntMax = in EmitCheckedMixedSignMultiply() local
2025 auto IntMax = in EmitCheckedMixedSignMultiply() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp6989 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6602 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local