Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp64 return getFull(Known.getBitWidth()); in fromKnownBits()
111 return getFull(W); in makeAllowedICmpRegion()
280 return ConstantRange::getFull(V.getBitWidth()); in makeExactMulNUWRegion()
294 return ConstantRange::getFull(BitWidth); in makeExactMulNSWRegion()
373 return getFull(BitWidth); in makeGuaranteedNoWrapRegion()
401 return getFull(BitWidth); in makeMaskNotEqualRange()
711 return getFull(); in unionWith()
725 return getFull(); in unionWith()
751 return getFull(); in unionWith()
795 return getFull(ResultBitWidth); in castOp()
[all …]
H A DConstants.cpp1765 return ConstantRange::getFull(BitWidth); in toConstantRange()
1783 return ConstantRange::getFull(BitWidth); in toConstantRange()
1788 return ConstantRange::getFull(BitWidth); in toConstantRange()
1794 return ConstantRange::getFull(BitWidth); in toConstantRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
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.cpp6974 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6990 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7009 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7060 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7068 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7075 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7107 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7115 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7203 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
7207 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp9619 return ConstantRange::getFull(Width); in getRangeForIntrinsic()
9628 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9651 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9665 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
9694 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
9701 ConstantRange CR = ConstantRange::getFull(BitWidth); in computeConstantRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp127 return ConstantRange::getFull(MaxIntegerBW + 1); in badRange()
174 auto Input = ConstantRange::getFull(BW); in walkBackwards()
H A DIndVarSimplify.cpp1469 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1544 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h291 return ConstantRange::getFull(BW);
H A DBlockFrequencyInfoImpl.h101 static BlockMass getFull() { in getFull() function
1309 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1330 Working[0].getMass() = BlockMass::getFull();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp108 return ConstantRange::getFull(Bitwidth); in refineInstruction()
1802 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
1815 CopyOfCR = ConstantRange::getFull(CopyOfCR.getBitWidth()); in handleCallResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2934 Known(ConstantRange::getFull(BitWidth)) {}
2942 return ConstantRange::getFull(BitWidth);