Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp64 return getFull(Known.getBitWidth()); in fromKnownBits()
111 return getFull(W); in makeAllowedICmpRegion()
251 return ConstantRange::getFull(V.getBitWidth()); in makeExactMulNUWRegion()
265 return ConstantRange::getFull(BitWidth); in makeExactMulNSWRegion()
340 return getFull(BitWidth); in makeGuaranteedNoWrapRegion()
651 return getFull(); in unionWith()
665 return getFull(); in unionWith()
691 return getFull(); in unionWith()
735 return getFull(ResultBitWidth); in castOp()
764 return getFull(ResultBitWidth); in castOp()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp406 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
415 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
844 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
873 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()
581 UnknownRange(ConstantRange::getFull(PointerBitWidth)) {} in StackSafetyDataFlowAnalysis()
H A DLazyValueInfo.cpp805 return ConstantRange::getFull(DL.getTypeSizeInBits(Ty)); in getConstantRangeOrFull()
1650 return ConstantRange::getFull(Width); in getConstantRange()
1732 return ConstantRange::getFull(Width); in getConstantRangeOnEdge()
H A DScalarEvolution.cpp6916 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6932 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6951 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7006 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7014 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7021 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7053 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7061 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7145 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
7149 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp7413 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp159 return ConstantRange::getFull(MaxIntegerBW + 1); in badRange()
206 auto Input = ConstantRange::getFull(BW); in walkBackwards()
H A DIndVarSimplify.cpp1580 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1655 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h100 static BlockMass getFull() { in getFull() function
1316 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1337 Working[0].getMass() = BlockMass::getFull();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp792 return ConstantRange::getFull(Ty->getScalarSizeInBits()); in getConstantRange()
1573 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2761 Known(ConstantRange::getFull(BitWidth)) {}
2769 return ConstantRange::getFull(BitWidth);