Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Cconst

3047     const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3048 if (!Bconst || !Cconst) return false;
3050 APInt Charlie = Cconst->getValue()->getValue();
3062 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3063 if (!Aconst || !Cconst) return false;
3065 APInt Charlie = Cconst->getValue()->getValue();
3076 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3077 if (!Aconst || !Cconst) return false;
3079 APInt Charlie = Cconst->getValue()->getValue();