Searched defs:WideStart (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1490 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy); in getZeroExtendExpr() local 1717 const SCEV *WideStart = getSignExtendExpr(Start, WideTy); in getSignExtendExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1741 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy, Depth + 1); in getZeroExtendExpr() local 2085 const SCEV *WideStart = getSignExtendExpr(Start, WideTy, Depth + 1); in getSignExtendExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1728 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy, Depth + 1); in getZeroExtendExprImpl() local 2090 const SCEV *WideStart = getSignExtendExpr(Start, WideTy, Depth + 1); in getSignExtendExprImpl() local
|