Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSC

1498   if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1503 Ops[0] = getConstant(LHSC->getValue()->getValue() +
1507 LHSC = cast<SCEVConstant>(Ops[0]);
1511 if (LHSC->getValue()->isZero()) {
1901 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1908 return getAddExpr(getMulExpr(LHSC, Add->getOperand(0)),
1909 getMulExpr(LHSC, Add->getOperand(1)));
1915 LHSC->getValue()->getValue() *
1920 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]);
5609 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
5613 LHSC->getValue(),