Searched defs:SMul (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1632 auto *SMul = dyn_cast<SCEVMulExpr>(SA->getOperand(1)); local
1633 if (SMul && SC1) {
1634 if (auto *SC2 = dyn_cast<SCEVConstant>(SMul->getOperand(0))) {
1640 getSignExtendExpr(SMul, Ty));
1695 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step); local
1696 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul), WideTy);

Completed in 63 milliseconds