Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Aconst

3061     const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A);
3063 if (!Aconst || !Cconst) return false;
3064 APInt Alpha = Aconst->getValue()->getValue();
3075 const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A);
3077 if (!Aconst || !Cconst) return false;
3078 APInt Alpha = Aconst->getValue()->getValue();