Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp278 static unsigned getMaxShiftAmount(const APInt &MaxValue, unsigned BitWidth) { in getMaxShiftAmount()
322 APInt MaxValue = RHS.getMaxValue(); in shl() local
393 APInt MaxValue = RHS.getMaxValue(); in lshr() local
453 APInt MaxValue = RHS.getMaxValue(); in ashr() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c401 UINT64 MaxValue; in DtCompileInteger() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h197 // to store counter's MaxValue. Ctor will try to use a static buffer first, and in RegionPageMap() argument
211 reset(NumberOfRegions, CountersPerRegion, MaxValue); in reset() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp81 std::optional<unsigned> MaxValue) { in packVScaleRangeArgs()
87 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max(); in unpackVScaleRangeArgs() local
299 unsigned MaxValue) { in getWithVScaleRangeArgs()
575 std::optional<unsigned> MaxValue = getVScaleRangeMax(); in getAsString() local
1958 std::optional<unsigned> MaxValue) { in addVScaleRangeAttr()
H A DConstantRange.cpp297 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp578 int32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
583 uint32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp95 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp351 uint64_t MaxValue, RandomIRBuilder &IB) { in getUniqueCaseValue()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h1026 UINT8 MaxValue; member
1031 UINT16 MaxValue; member
1036 UINT32 MaxValue; member
1041 UINT64 MaxValue; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2186 int32_t MaxValue = getMaxValue(MI); in isConstExtended() local
2191 uint32_t MaxValue = getMaxValue(MI); in isConstExtended() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp47 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1002 APSInt MaxValue(APInt::getOneBitSet(SrcWidth, SrcWidth - 1)); in interp__builtin_is_aligned_up_down() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp467 APInt MinValue, MaxValue; in simplifyX86pack() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1131 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11688 const SCEV *MaxValue = getZeroExtendExpr( in isImpliedCond() local
12677 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in canIVOverflowOnLT() local
12685 APInt MaxValue = APInt::getMaxValue(BitWidth); in canIVOverflowOnLT() local
12754 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) in computeMaxBECountForLT() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1592 unsigned MinValue, MaxValue; in parseEnumAttribute() local
2729 unsigned &MaxValue) { in parseVScaleRangeArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5782 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode() local
H A DSIISelLowering.cpp15781 unsigned MaxValue = in knownBitsForWorkitemID() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7747 Expr *MaxValue = nullptr; member
8628 ExprResult MaxValue = in buildNumIterations() local
8714 ExprResult MaxValue = in buildNumIterations() local
H A DSemaChecking.cpp357 llvm::APSInt MaxValue( in BuiltinAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3214 const APInt MaxValue = (MaxNumElts - 1).umul_ov(Step, Overflow); in computeKnownBits() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9475 APSInt MaxValue(APInt::getOneBitSet(SrcWidth, SrcWidth - 1)); in getAlignmentArgument() local