Home | History | Annotate | Download | only in Analysis

Lines Matching refs:RHSC

1497     while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) {
1500 RHSC->getValue()->getValue());
1908 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) {
1912 RHSC->getValue()->getValue());
2132 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) {
2133 if (RHSC->getValue()->equalsInt(1))
2138 if (!RHSC->getValue()->isZero()) {
2143 unsigned LZ = RHSC->getValue()->getValue().countLeadingZeros();
2147 if (!RHSC->getValue()->getValue().isPowerOf2())
2156 const APInt &DivInt = RHSC->getValue()->getValue();
2193 const SCEV *Div = getUDivExpr(Op, RHSC);
2194 if (!isa<SCEVUDivExpr>(Div) && getMulExpr(Div, RHSC) == Op) {
2224 Constant *RHSCV = RHSC->getValue();
2400 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) {
2404 RHSC->getValue()->getValue()));
2504 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) {
2508 RHSC->getValue()->getValue()));
4595 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS))
4600 ICmpInst::makeConstantRange(Cond, RHSC->getValue()->getValue()));
5708 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) {
5711 RHSC->getValue())->isNullValue())