Searched refs:NarrowExpr (Results 1 – 3 of 3) sorted by relevance
1285 const SCEV *NarrowExpr = SE->getSCEV(DU.NarrowUse); in getWideRecurrence() local1286 if (SE->getTypeSizeInBits(NarrowExpr->getType()) >= in getWideRecurrence()1296 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1300 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1304 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()1307 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
967 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); in GetWideRecurrence() local968 if (SE->getTypeSizeInBits(NarrowExpr->getType()) in GetWideRecurrence()976 SE->getSignExtendExpr(NarrowExpr, WideType) : in GetWideRecurrence()977 SE->getZeroExtendExpr(NarrowExpr, WideType); in GetWideRecurrence()
1178 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); in getWideRecurrence() local1179 if (SE->getTypeSizeInBits(NarrowExpr->getType()) in getWideRecurrence()1187 SE->getSignExtendExpr(NarrowExpr, WideType) : in getWideRecurrence()1188 SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()