Searched refs:Cconst (Results 1 – 1 of 1) sorted by relevance
3216 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3217 if (!Bconst || !Cconst) return false; in propagateLine()3219 APInt Charlie = Cconst->getAPInt(); in propagateLine()3231 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3232 if (!Aconst || !Cconst) return false; in propagateLine()3234 APInt Charlie = Cconst->getAPInt(); in propagateLine()3245 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3246 if (!Aconst || !Cconst) return false; in propagateLine()3248 APInt Charlie = Cconst->getAPInt(); in propagateLine()