Home
last modified time | relevance | path

Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1002 Type *WideType; member in __anon0030acaf0311::WidenIV
1289 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1292 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
1416 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()
1425 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1433 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1436 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1487 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()
1588 if (!User || User->getType() != WideType) in widenWithVariantUse()
1748 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1810 Type *WideType = W->getType(); in foldICmpAndConstConst() local
1811 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()
1812 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()
1813 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp11300 auto *WideType = FoundLHS->getType(); in isImpliedCond() local
11303 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()