Home
last modified time | relevance | path

Searched refs:getFull (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp65 return getFull(Known.getBitWidth()); in fromKnownBits()
123 return getFull(W); in makeAllowedICmpRegion()
291 return ConstantRange::getFull(V.getBitWidth()); in makeExactMulNUWRegion()
305 return ConstantRange::getFull(BitWidth); in makeExactMulNSWRegion()
384 return getFull(BitWidth); in makeGuaranteedNoWrapRegion()
412 return getFull(BitWidth); in makeMaskNotEqualRange()
722 return getFull(); in unionWith()
736 return getFull(); in unionWith()
762 return getFull(); in unionWith()
806 return getFull(ResultBitWidth); in castOp()
[all …]
H A DConstantFPRange.cpp169 return getFull(Other.getSemantics()); in makeAllowedFCmpRegion()
175 return getFull(Other.getSemantics()); in makeAllowedFCmpRegion()
203 : getFull(Other.getSemantics()); in makeAllowedFCmpRegion()
225 return getFull(Other.getSemantics()); in makeSatisfyingFCmpRegion()
229 return getFull(Other.getSemantics()); in makeSatisfyingFCmpRegion()
233 return getFull(Other.getSemantics()); in makeSatisfyingFCmpRegion()
H A DConstants.cpp1797 return ConstantRange::getFull(BitWidth); in toConstantRange()
1815 return ConstantRange::getFull(BitWidth); in toConstantRange()
1820 return ConstantRange::getFull(BitWidth); in toConstantRange()
1826 return ConstantRange::getFull(BitWidth); in toConstantRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFPRange.h48 ConstantFPRange getFull() const { in getFull() function
74 static ConstantFPRange getFull(const fltSemantics &Sem) { in getFull() function
H A DConstantRange.h56 ConstantRange getFull() const { in getFull() function
78 static ConstantRange getFull(uint32_t BitWidth) { in getFull() function
86 return getFull(Lower.getBitWidth()); in getNonEmpty()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp407 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
416 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
821 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
850 BlockMass LoopMass = BlockMass::getFull(); in distributeIrrLoopHeaderMass()
H A DStackSafetyAnalysis.cpp83 return ConstantRange::getFull(L.getBitWidth()); in addOverflowNever()
95 Result = ConstantRange::getFull(Result.getBitWidth()); in unionNoWrap()
613 UnknownRange(ConstantRange::getFull(PointerBitWidth)) {} in StackSafetyDataFlowAnalysis()
H A DScalarEvolution.cpp6984 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7000 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7019 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7070 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7078 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7085 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7117 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7125 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7208 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
7212 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp9923 return ConstantRange::getFull(Width); in getRangeForIntrinsic()
9932 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9955 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9969 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9998 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
10005 ConstantRange CR = ConstantRange::getFull(BitWidth); in computeConstantRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 return ConstantRange::getFull(MaxIntegerBW + 1); in badRange()
170 auto Input = ConstantRange::getFull(BW); in walkBackwards()
H A DIndVarSimplify.cpp1444 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1522 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h289 return ConstantRange::getFull(BW);
H A DBlockFrequencyInfoImpl.h98 static BlockMass getFull() { in getFull() function
1304 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1325 Working[0].getMass() = BlockMass::getFull();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp97 return ConstantRange::getFull(Bitwidth); in getRange()
1929 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
1942 CopyOfCR = ConstantRange::getFull(CopyOfCR.getBitWidth()); in handleCallResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2981 Known(ConstantRange::getFull(BitWidth)) {}
2989 return ConstantRange::getFull(BitWidth);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp710 II.getRange().value_or(ConstantRange::getFull(BitWidth)); in foldCtpop()