Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp87 APInt Min = getUnsignedMin(); in toKnownBits()
141 APInt UMin(CR.getUnsignedMin()); in makeAllowedICmpRegion()
153 return getNonEmpty(CR.getUnsignedMin(), APInt::getZero(W)); in makeAllowedICmpRegion()
267 return getUnsignedMax().ult(Other.getUnsignedMin()); in icmp()
269 return getUnsignedMax().ule(Other.getUnsignedMin()); in icmp()
271 return getUnsignedMin().ugt(Other.getUnsignedMax()); in icmp()
273 return getUnsignedMin().uge(Other.getUnsignedMax()); in icmp()
499 APInt ConstantRange::getUnsignedMin() const { in getUnsignedMin() function in ConstantRange
1165 if (getUnsignedMax().ult(Other.getUnsignedMin())) in subWithNoWrap()
1204 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.cpp1186 unsigned ResMin = ResValRange.getUnsignedMin().getLimitedValue(BitWidth); in getValueFromICmpCtpop()
1259 CR.getUnsignedMin().zext(BitWidth), APInt(BitWidth, 0))); in getValueFromICmpCondition()
H A DValueTracking.cpp450 (Range.getUnsignedMax() ^ Range.getUnsignedMin()).countl_zero(); in computeKnownBitsFromRangeMetadata()
H A DScalarEvolution.cpp15467 SE.getConstant(ExactRegion.getUnsignedMin()), in collectFromBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp93 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax()) in getBoundsCheckCond()
97 .getUnsignedMin() in getBoundsCheckCond()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h293 LLVM_ABI APInt getUnsignedMin() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp446 MinSVEVectorSize = CR.getUnsignedMin().getZExtValue() * 128; in getSubtargetImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1019 return getRangeRef(S, HINT_RANGE_UNSIGNED).getUnsignedMin();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp841 if (!Shr->isExact() && IVRange.getUnsignedMin().uge(*C)) { in strengthenRightShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3339 return AmtRange->getUnsignedMin().getZExtValue(); in getValidMinimumShiftAmount()
4893 uint64_t MinShAmt = ShAmtRange->getUnsignedMin().getZExtValue(); in ComputeNumSignBits()
H A DSelectionDAGBuilder.cpp10550 APInt Lo = CR->getUnsignedMin(); in lowerRangeToAssertZExt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23818 {"_ZNK4llvm13ConstantRange14getUnsignedMinEv", "llvm::ConstantRange::getUnsignedMin() const"},