Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance
1022 Type *WideType; member in __anoncf1033750311::WidenIV1309 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()1312 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()1452 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()1461 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1469 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1472 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1523 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()1620 if (!User || User->getType() != WideType) in widenWithVariantUse()1782 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()[all …]
1786 Type *WideType = W->getType(); in foldICmpAndConstConst() local1787 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()1788 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()1789 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
11608 auto *WideType = FoundLHS->getType(); in isImpliedCond() local11611 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()