Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1285 const SCEV *NarrowExpr = SE->getSCEV(DU.NarrowUse); in getWideRecurrence() local
1286 if (SE->getTypeSizeInBits(NarrowExpr->getType()) >= in getWideRecurrence()
1296 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1300 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1304 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1307 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
/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()