Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp117 s64 IntMax = INT64_MAX; in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp398 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3058 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy() local
3109 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1289 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp1948 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); in EmitCheckedUnsignedMultiplySignedResult() local
2020 auto IntMax = in EmitCheckedMixedSignMultiply() local
2040 auto IntMax = in EmitCheckedMixedSignMultiply() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp7174 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6706 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local