Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp352 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local
364 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp396 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3412 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy() local
3463 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1687 const RangeInt IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3465 APInt IntMax = APInt::getSignMask(BitWidth) - 1; in isSafeToRemoveBitCeilSelect() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2280 auto IntMax = llvm::APInt::getSignedMaxValue(ResultInfo.Width); in EmitCheckedUnsignedMultiplySignedResult() local
2352 auto IntMax = in EmitCheckedMixedSignMultiply() local
2372 auto IntMax = in EmitCheckedMixedSignMultiply() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9442 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7173 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local