Searched refs:SMul (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1647 auto *SMul = dyn_cast<SCEVMulExpr>(SA->getOperand(1)); in getSignExtendExpr() local 1648 if (SMul && SC1) { in getSignExtendExpr() 1649 if (auto *SC2 = dyn_cast<SCEVConstant>(SMul->getOperand(0))) { in getSignExtendExpr() 1655 getSignExtendExpr(SMul, Ty)); in getSignExtendExpr() 1715 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step); in getSignExtendExpr() local 1716 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul), WideTy); in getSignExtendExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2079 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step, in getSignExtendExpr() local 2081 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul, in getSignExtendExpr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1960 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step, in getSignExtendExpr() local 1962 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul, in getSignExtendExpr()
|