Searched refs:NarrowExpr (Results 1 – 1 of 1) sorted by relevance
1158 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); in getWideRecurrence() local1159 if (SE->getTypeSizeInBits(NarrowExpr->getType()) in getWideRecurrence()1167 SE->getSignExtendExpr(NarrowExpr, WideType) : in getWideRecurrence()1168 SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()