Searched refs:Cconst (Results 1 – 2 of 2) sorted by relevance
35 unsigned int Cconst : 1; member
3043 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3044 if (!Bconst || !Cconst) return false; in propagateLine()3046 APInt Charlie = Cconst->getAPInt(); in propagateLine()3058 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3059 if (!Aconst || !Cconst) return false; in propagateLine()3061 APInt Charlie = Cconst->getAPInt(); in propagateLine()3072 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3073 if (!Aconst || !Cconst) return false; in propagateLine()3075 APInt Charlie = Cconst->getAPInt(); in propagateLine()