Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSC

1524   if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1529 Ops[0] = getConstant(LHSC->getValue()->getValue() +
1533 LHSC = cast<SCEVConstant>(Ops[0]);
1537 if (LHSC->getValue()->isZero()) {
1927 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1934 return getAddExpr(getMulExpr(LHSC, Add->getOperand(0)),
1935 getMulExpr(LHSC, Add->getOperand(1)));
1941 LHSC->getValue()->getValue() *
1946 LHSC = cast<SCEVConstant>(Ops[0]);
2252 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
2253 Constant *LHSCV = LHSC->getValue();
2498 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2504 APIntOps::smax(LHSC->getValue()->getValue(),
2509 LHSC = cast<SCEVConstant>(Ops[0]);
2602 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
2608 APIntOps::umax(LHSC->getValue()->getValue(),
2613 LHSC = cast<SCEVConstant>(Ops[0]);
5904 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
5908 LHSC->getValue(),