Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance
991 Type *WideType; member in __anon2d09b0ec0311::WidenIV1278 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()1281 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()1405 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()1414 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1422 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1425 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1476 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()1577 if (!User || User->getType() != WideType) in widenWithVariantUse()1737 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()[all …]
1752 Type *WideType = W->getType(); in foldICmpAndConstConst() local1753 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()1754 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()1755 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
11648 auto *WideType = FoundLHS->getType(); in isImpliedCond() local11651 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()