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