Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp111 return getFull(W); in makeAllowedICmpRegion()
695 return getFull(); in unionWith()
919 return getFull(); in binaryOp()
1010 return getFull(); in add()
1015 return getFull(); in add()
1021 return getFull(); in add()
1033 return getFull(); in addWithNoWrap()
1057 return getFull(); in sub()
1062 return getFull(); in sub()
1068 return getFull(); in sub()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp407 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
416 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
836 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
865 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()
591 UnknownRange(ConstantRange::getFull(PointerBitWidth)) {} in StackSafetyDataFlowAnalysis()
H A DScalarEvolution.cpp6958 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6974 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6993 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
7044 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7052 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7059 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7091 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7099 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
7187 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
7191 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp8808 return ConstantRange::getFull(Width); in getRangeForIntrinsic()
8817 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
8840 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
8854 return ConstantRange::getFull(BitWidth); in getRangeForSelectPattern()
8883 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
8899 ConstantRange CR = ConstantRange::getFull(BitWidth); in computeConstantRange()
H A DLazyValueInfo.cpp840 return ConstantRange::getFull(BW); in toConstantRange()
/freebsd-14.2/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.cpp1457 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1532 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h101 static BlockMass getFull() { in getFull() function
1312 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1333 Working[0].getMass() = BlockMass::getFull();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp50 return ConstantRange::getFull(Ty->getScalarSizeInBits()); in getConstantRange()
116 return ConstantRange::getFull(Bitwidth); in refineInstruction()
1751 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2941 Known(ConstantRange::getFull(BitWidth)) {}
2949 return ConstantRange::getFull(BitWidth);