Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance
953 Type *WideType; member in WidenIV1240 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 …]
1799 Type *WideType = W->getType(); in foldICmpAndConstConst() local1800 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()
10582 auto *WideType = FoundLHS->getType(); in isImpliedCond() local10585 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()