Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSC

1491   if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1496 Ops[0] = getConstant(LHSC->getValue()->getValue() +
1500 LHSC = cast<SCEVConstant>(Ops[0]);
1504 if (LHSC->getValue()->isZero()) {
1894 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1901 return getAddExpr(getMulExpr(LHSC, Add->getOperand(0)),
1902 getMulExpr(LHSC, Add->getOperand(1)));
1908 LHSC->getValue()->getValue() *
1913 LHSC = cast<SCEVConstant>(Ops[0]);
2219 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
2220 Constant *LHSCV = LHSC->getValue();
2394 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2400 APIntOps::smax(LHSC->getValue()->getValue(),
2405 LHSC = cast<SCEVConstant>(Ops[0]);
2498 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2504 APIntOps::umax(LHSC->getValue()->getValue(),
2509 LHSC = cast<SCEVConstant>(Ops[0]);
5622 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
5626 LHSC->getValue(),