Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp63 return getFull(Known.getBitWidth()); in fromKnownBits()
92 return getFull(W); in makeAllowedICmpRegion()
193 return ConstantRange::getFull(V.getBitWidth()); in makeExactMulNUWRegion()
208 return ConstantRange::getFull(BitWidth); in makeExactMulNSWRegion()
287 return getFull(BitWidth); in makeGuaranteedNoWrapRegion()
599 return getFull(); in unionWith()
613 return getFull(); in unionWith()
639 return getFull(); in unionWith()
665 return getFull(ResultBitWidth); in castOp()
686 return getFull(ResultBitWidth); in castOp()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp393 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
402 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
831 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
860 BlockMass LoopMass = BlockMass::getFull(); in distributeIrrLoopHeaderMass()
H A DStackSafetyAnalysis.cpp81 return ConstantRange::getFull(L.getBitWidth()); in addOverflowNever()
93 Result = ConstantRange::getFull(Result.getBitWidth()); in unionNoWrap()
500 UnknownRange(ConstantRange::getFull(PointerBitWidth)) {} in StackSafetyDataFlowAnalysis()
H A DLazyValueInfo.cpp886 return ConstantRange::getFull(OperandBitWidth); in getRangeFor()
1598 return ConstantRange::getFull(Width); in getConstantRange()
1637 return ConstantRange::getFull(Width); in getConstantRangeOnEdge()
H A DScalarEvolution.cpp6063 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6079 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6098 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6153 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6161 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6168 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6200 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6208 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6292 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
6296 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp6939 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp160 return ConstantRange::getFull(MaxIntegerBW + 1); in badRange()
207 auto Input = ConstantRange::getFull(BW); in walkBackwards()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp969 ConstantRange A = ConstantRange::getFull(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
970 ConstantRange B = ConstantRange::getFull(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
1261 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
1272 : ConstantRange::getFull( in handleCallResult()
1314 ConstantRange::getFull(Op->getType()->getScalarSizeInBits())); in handleCallResult()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h94 static BlockMass getFull() { in getFull() function
1273 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1294 Working[0].getMass() = BlockMass::getFull();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2103 Known(ConstantRange::getFull(BitWidth)) {}
2111 return ConstantRange::getFull(BitWidth);