Home
last modified time | relevance | path

Searched refs:getSignedMax (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp119 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion()
127 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1); in makeAllowedICmpRegion()
308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
330 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
434 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange
485 getSignedMax().getMinSignedBits()); in getMinSignedBits()
1123 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1125 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1141 APInt Max = getSignedMax(); in smul_fast()
[all …]
H A DAsmWriter.cpp3284 Out << "[" << Range.getSignedMin() << ", " << Range.getSignedMax() << "]"; in printFunctionSummary()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h282 APInt getSignedMax() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp425 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h991 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMax();
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2941 CR->getSignedMax().slt(1ull << Width); in isSExtAbsoluteSymbolRef()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp334 ROffset = Range.getSignedMax(); in stripAndAccumulateOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6983 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4514 CR.getSignedMax().getNumSignBits()); in ComputeNumSignBits()