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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp967 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); local
968 if (SE->getTypeSizeInBits(NarrowExpr->getType())
976 SE->getSignExtendExpr(NarrowExpr, WideType) :
977 SE->getZeroExtendExpr(NarrowExpr, WideType);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1178 const SCEV *NarrowExpr = SE->getSCEV(NarrowUse); local
1179 if (SE->getTypeSizeInBits(NarrowExpr->getType())
1187 SE->getSignExtendExpr(NarrowExpr, WideType) :
1188 SE->getZeroExtendExpr(NarrowExpr, WideType);

Completed in 80 milliseconds