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/lib/Analysis/ |
D | ScalarEvolution.cpp | 975 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step); in getZeroExtendExpr() local 976 Add = getAddExpr(Start, SMul); in getZeroExtendExpr() 1225 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step); in getSignExtendExpr() local 1226 const SCEV *Add = getAddExpr(Start, SMul); in getSignExtendExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2034 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step, in getSignExtendExpr() local 2036 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul, in getSignExtendExpr()
|