Home
last modified time | relevance | path

Searched refs:MaxValue (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c399 UINT64 MaxValue; in DtCompileInteger() local
459 MaxValue = ((UINT64) (-1)) >> (64 - (ByteLength * 8)); in DtCompileInteger()
463 if (Value > MaxValue) in DtCompileInteger()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryLocation.h69 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
89 : Value(Raw > MaxValue ? Unknown : Raw) {} in LocationSize()
97 if (LLVM_UNLIKELY(Value > MaxValue)) in upperBound()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp274 APInt MinValue, MaxValue; in makeGuaranteedNoWrapRegion() local
277 MaxValue = APInt::getMaxValue(BitWidth); in makeGuaranteedNoWrapRegion()
280 MaxValue = APInt::getSignedMaxValue(BitWidth); in makeGuaranteedNoWrapRegion()
284 return ConstantRange(-MaxValue, MinValue); in makeGuaranteedNoWrapRegion()
288 Lower = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::UP); in makeGuaranteedNoWrapRegion()
292 Upper = APIntOps::RoundingUDiv(MaxValue, V, APInt::Rounding::DOWN); in makeGuaranteedNoWrapRegion()
295 Upper = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::DOWN); in makeGuaranteedNoWrapRegion()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java401 public static MaxValue
404 MaxValue v = new MaxValue(101); in getMaxValue()
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h1033 UINT8 MaxValue; member
1038 UINT16 MaxValue; member
1043 UINT32 MaxValue; member
1048 UINT64 MaxValue; member
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument
44 return Value >= MinValue && Value <= MaxValue; in inRange()
234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()
235 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp525 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
526 return (MinValue > Value || Value > MaxValue); in isConstExtended()
/freebsd-12.1/contrib/bearssl/T0/
H A DT0Comp.cs2056 uint maxV = uint.MaxValue / radix; in TryParseLiteral()
2066 if ((uint)d > uint.MaxValue - acc) { in TryParseLiteral()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp10400 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local
10404 return (std::move(MaxValue) - MaxStrideMinusOne).slt(MaxRHS); in doesIVOverflowOnLT()
10408 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local
10412 return (std::move(MaxValue) - MaxStrideMinusOne).ult(MaxRHS); in doesIVOverflowOnLT()
10472 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) in computeMaxBECountForLT() local
10474 APInt Limit = MaxValue - (StrideForMaxBECount - 1); in computeMaxBECountForLT()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2022 int MaxValue = getMaxValue(MI); in isConstExtended() local
2025 return (ImmValue < MinValue || ImmValue > MaxValue); in isConstExtended()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out645 MaxValue:
648 MaxValue: