Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp110 return getFull(W); in makeAllowedICmpRegion()
694 return getFull(); in unionWith()
919 return getFull(); in binaryOp()
993 return getFull(); in add()
998 return getFull(); in add()
1004 return getFull(); in add()
1016 return getFull(); in addWithNoWrap()
1040 return getFull(); in sub()
1045 return getFull(); in sub()
1051 return getFull(); in sub()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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.cpp801 return ConstantRange::getFull(DL.getTypeSizeInBits(Ty)); in getConstantRangeOrFull()
1625 return ConstantRange::getFull(Width); in getConstantRange()
1664 return ConstantRange::getFull(Width); in getConstantRangeOnEdge()
H A DScalarEvolution.cpp6689 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6705 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6724 return ConstantRange::getFull(BitWidth); in getRangeForAffineARHelper()
6779 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6787 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6794 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6826 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6834 return ConstantRange::getFull(BitWidth); in getRangeForAffineNoSelfWrappingAR()
6918 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
6922 return ConstantRange::getFull(BitWidth); in getRangeViaFactoring()
[all …]
H A DValueTracking.cpp7228 return ConstantRange::getFull(V->getType()->getScalarSizeInBits()); in computeConstantRange()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp828 : ConstantRange::getFull( in visitCastInst()
1008 ConstantRange A = ConstantRange::getFull(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
1009 ConstantRange B = ConstantRange::getFull(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
1281 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
1292 : ConstantRange::getFull( in handleCallResult()
1339 ConstantRange::getFull(Op->getType()->getScalarSizeInBits())); in handleCallResult()
/llvm-project-15.0.7/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.cpp1472 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1547 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp174 EXPECT_TRUE(NotPreferred(ConstantRange::getFull(BitWidth))); in TestRange()
608 ConstantRange::getFull(16)); in TEST_F()
611 ConstantRange::getFull(16)); in TEST_F()
1160 ConstantRange OneBit = ConstantRange::getFull(1); in TEST_F()
1680 Instruction::Shl, ConstantRange::getFull(32), OBO::NoUnsignedWrap), in TEST()
1685 Instruction::Shl, ConstantRange::getFull(32), OBO::NoSignedWrap), in TEST()
1692 ConstantRange::getFull(32)); in TEST()
1695 ConstantRange::getFull(32)); in TEST()
/llvm-project-15.0.7/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();
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2584 Known(ConstantRange::getFull(BitWidth)) {}
2592 return ConstantRange::getFull(BitWidth);