Searched refs:MaxValue (Results 1 – 8 of 8) sorted by relevance
291 UINT64 MaxValue; in DtCompileInteger() local351 MaxValue = ((UINT64) (-1)) >> (64 - (ByteLength * 8)); in DtCompileInteger()355 if (Value > MaxValue) in DtCompileInteger()
483 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local495 if (Upper.uge(MaxValue)) in truncate()508 if (LowerDiv.uge(MaxValue)) { in truncate()514 if (UpperDiv.ule(MaxValue)) in truncate()
401 public static MaxValue404 MaxValue v = new MaxValue(101); in getMaxValue()
24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument27 return Value >= MinValue && Value <= MaxValue; in inRange()217 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()218 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
291 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local308 return (ImmValue < MinValue || ImmValue > MaxValue); in isConstExtended()
1820 int MaxValue = getMaxValue(MI); in isConstExtended() local1823 return (ImmValue < MinValue || ImmValue > MaxValue); in isConstExtended()
7224 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local7229 return (MaxValue - MaxStrideMinusOne).slt(MaxRHS); in doesIVOverflowOnLT()7233 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local7238 return (MaxValue - MaxStrideMinusOne).ult(MaxRHS); in doesIVOverflowOnLT()
645 MaxValue:648 MaxValue: