Searched refs:NarrowExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp884 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); local
885 if (SE->getTypeSizeInBits(NarrowExpr->getType())
893 SE->getSignExtendExpr(NarrowExpr, WideType) :
894 SE->getZeroExtendExpr(NarrowExpr, WideType);

Completed in 127 milliseconds