Home
last modified time | relevance | path

Searched refs:SMul (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1647 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/
DScalarEvolution.cpp975 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()