Searched refs:NarrowExpr (Results 1 – 2 of 2) sorted by relevance
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()