Home
last modified time | relevance | path

Searched refs:getUnsignedMin (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp86 APInt Min = getUnsignedMin(); in toKnownBits()
129 APInt UMin(CR.getUnsignedMin()); in makeAllowedICmpRegion()
141 return getNonEmpty(CR.getUnsignedMin(), APInt::getZero(W)); in makeAllowedICmpRegion()
256 return getUnsignedMax().ult(Other.getUnsignedMin()); in icmp()
258 return getUnsignedMax().ule(Other.getUnsignedMin()); in icmp()
260 return getUnsignedMin().ugt(Other.getUnsignedMax()); in icmp()
262 return getUnsignedMin().uge(Other.getUnsignedMax()); in icmp()
488 APInt ConstantRange::getUnsignedMin() const { in getUnsignedMin() function in ConstantRange
1152 if (getUnsignedMax().ult(Other.getUnsignedMin())) in subWithNoWrap()
1191 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp84 ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias()
99 BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
H A DLazyValueInfo.cpp1221 CR.getUnsignedMin().zext(BitWidth), APInt(BitWidth, 0))); in getValueFromICmpCondition()
H A DValueTracking.cpp441 (Range.getUnsignedMax() ^ Range.getUnsignedMin()).countl_zero(); in computeKnownBitsFromRangeMetadata()
H A DScalarEvolution.cpp15134 SE.getConstant(ExactRegion.getUnsignedMin()), in collect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp90 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax()) in getBoundsCheckCond()
94 .getUnsignedMin() in getBoundsCheckCond()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h287 APInt getUnsignedMin() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp430 MinSVEVectorSize = CR.getUnsignedMin().getZExtValue() * 128; in getSubtargetImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h992 return getRangeRef(S, HINT_RANGE_UNSIGNED).getUnsignedMin();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp839 if (!Shr->isExact() && IVRange.getUnsignedMin().uge(*C)) { in strengthenRightShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3092 return AmtRange->getUnsignedMin().getZExtValue(); in getValidMinimumShiftAmount()
4622 uint64_t MinShAmt = ShAmtRange->getUnsignedMin().getZExtValue(); in ComputeNumSignBits()
H A DSelectionDAGBuilder.cpp10388 APInt Lo = CR->getUnsignedMin(); in lowerRangeToAssertZExt()