Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance
1002 Type *WideType; member in __anon0030acaf0311::WidenIV1289 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 …]
1810 Type *WideType = W->getType(); in foldICmpAndConstConst() local1811 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()
11300 auto *WideType = FoundLHS->getType(); in isImpliedCond() local11303 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()