Searched refs:SResidual (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1838 const SCEV *SResidual = in getZeroExtendExpr() local 1840 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() 1892 const SCEV *SResidual = in getZeroExtendExpr() local 1894 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() 2025 const SCEV *SResidual = in getSignExtendExpr() local 2027 const SCEV *SSExtR = getSignExtendExpr(SResidual, Ty, Depth + 1); in getSignExtendExpr() 2170 const SCEV *SResidual = in getSignExtendExpr() local 2172 const SCEV *SSExtR = getSignExtendExpr(SResidual, Ty, Depth + 1); in getSignExtendExpr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1719 const SCEV *SResidual = in getZeroExtendExpr() local 1721 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() 1773 const SCEV *SResidual = in getZeroExtendExpr() local 1775 const SCEV *SZExtR = getZeroExtendExpr(SResidual, Ty, Depth + 1); in getZeroExtendExpr() 1906 const SCEV *SResidual = in getSignExtendExpr() local 1908 const SCEV *SSExtR = getSignExtendExpr(SResidual, Ty, Depth + 1); in getSignExtendExpr() 2034 const SCEV *SResidual = in getSignExtendExpr() local 2036 const SCEV *SSExtR = getSignExtendExpr(SResidual, Ty, Depth + 1); in getSignExtendExpr()
|