Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Bconst

3107     const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B);
3109 if (!Bconst || !Cconst) return false;
3110 APInt Beta = Bconst->getAPInt();