Searched refs:NarrowExpr (Results 1 – 1 of 1) sorted by relevance
1081 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); in GetWideRecurrence() local1082 if (SE->getTypeSizeInBits(NarrowExpr->getType()) in GetWideRecurrence()1090 SE->getSignExtendExpr(NarrowExpr, WideType) : in GetWideRecurrence()1091 SE->getZeroExtendExpr(NarrowExpr, WideType); in GetWideRecurrence()