Searched refs:MaxValue (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 399 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 D | MemoryLocation.h | 69 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 D | ConstantRange.cpp | 274 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 D | TestBean.java | 401 public static MaxValue 404 MaxValue v = new MaxValue(101); in getMaxValue()
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 1033 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 D | SystemZAsmParser.cpp | 41 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 D | HexagonMCInstrInfo.cpp | 525 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 D | T0Comp.cs | 2056 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 D | ScalarEvolution.cpp | 10400 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 D | HexagonInstrInfo.cpp | 2022 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 D | tst.Bean.ksh.out | 645 MaxValue: 648 MaxValue:
|