Home
last modified time | relevance | path

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

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