Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Cconst

3037     const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3038 if (!Bconst || !Cconst) return false;
3040 APInt Charlie = Cconst->getValue()->getValue();
3052 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3053 if (!Aconst || !Cconst) return false;
3055 APInt Charlie = Cconst->getValue()->getValue();
3066 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C);
3067 if (!Aconst || !Cconst) return false;
3069 APInt Charlie = Cconst->getValue()->getValue();