Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSC

1494   if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1499 Ops[0] = getConstant(LHSC->getValue()->getValue() +
1503 LHSC = cast<SCEVConstant>(Ops[0]);
1507 if (LHSC->getValue()->isZero()) {
1897 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1904 return getAddExpr(getMulExpr(LHSC, Add->getOperand(0)),
1905 getMulExpr(LHSC, Add->getOperand(1)));
1911 LHSC->getValue()->getValue() *
1916 LHSC = cast<SCEVConstant>(Ops[0]);
2222 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
2223 Constant *LHSCV = LHSC->getValue();
2397 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2403 APIntOps::smax(LHSC->getValue()->getValue(),
2408 LHSC = cast<SCEVConstant>(Ops[0]);
2501 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2507 APIntOps::umax(LHSC->getValue()->getValue(),
2512 LHSC = cast<SCEVConstant>(Ops[0]);
5706 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
5710 LHSC->getValue(),