Searched refs:SZExtR (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1840 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() local 1841 return getAddExpr(SZExtD, SZExtR, in getZeroExtendExpr() 1894 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() local 1895 return getAddExpr(SZExtD, SZExtR, in getZeroExtendExpr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1721 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() local 1722 return getAddExpr(SZExtD, SZExtR, in getZeroExtendExpr() 1775 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() local 1776 return getAddExpr(SZExtD, SZExtR, in getZeroExtendExpr()
|