Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp953 Type *WideType; member in WidenIV
1240 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1243 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
1367 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()
1376 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1384 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1387 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1438 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()
1539 if (!User || User->getType() != WideType) in widenWithVariantUse()
1697 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1799 Type *WideType = W->getType(); in foldICmpAndConstConst() local
1800 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()
1801 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()
1802 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10582 auto *WideType = FoundLHS->getType(); in isImpliedCond() local
10585 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()