Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp117 s64 IntMax = INT64_MAX; in TEST() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp352 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); addMachineRegExpression() local
364 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); addMachineRegExpression() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp396 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3383 uint64_t IntMax = maxIntN(IntBits); emitSnPrintfMemCpy() local
3434 uint64_t IntMax = maxIntN(TLI->getIntSize()); optimizeSnPrintFString() local
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp1294 enum B { IntMax = INT_MAX, ULongLongMax = ULLONG_MAX }; TEST() enumerator
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1687 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); initFunctionSummaries() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3436 APInt IntMax = APInt::getSignMask(BitWidth) - 1; isSafeToRemoveBitCeilSelect() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2258 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); EmitCheckedUnsignedMultiplySignedResult() local
2330 auto IntMax = EmitCheckedMixedSignMultiply() local
2350 auto IntMax = EmitCheckedMixedSignMultiply() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9272 APInt IntMax = APInt::getSignedMaxValue(Width); setLimitsForBinOp() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7105 SDValue IntMax = DAG.getConstant( prepareSREMEqFold() local