Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Bconst

3046     const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B);
3048 if (!Bconst || !Cconst) return false;
3049 APInt Beta = Bconst->getValue()->getValue();