Searched refs:WideType (Results 1 – 2 of 2) sorted by relevance
926 Type *WideType; member in __anonc65a48c90511::WidenIV1129 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()1132 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()1271 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()1339 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()1422 if (!User || User->getType() != WideType) in widenWithVariantLoadUse()1428 if (!User || User->getType() != WideType) in widenWithVariantLoadUse()1473 if (User && User->getType() == WideType) { in widenWithVariantLoadUseCodegen()1484 if (User && User->getType() == WideType) { in widenWithVariantLoadUseCodegen()1544 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()[all …]
1656 Type *WideType = W->getType(); in foldICmpAndConstConst() local1657 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()1658 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()1659 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()