Searched refs:Bconst (Results 1 – 5 of 5) sorted by relevance
34 unsigned int Bconst : 1; member
3126 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local3128 if (!Bconst || !Cconst) return false; in propagateLine()3129 APInt Beta = Bconst->getAPInt(); in propagateLine()
3042 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local3044 if (!Bconst || !Cconst) return false; in propagateLine()3045 APInt Beta = Bconst->getAPInt(); in propagateLine()
3115 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local3117 if (!Bconst || !Cconst) return false; in propagateLine()3118 APInt Beta = Bconst->getAPInt(); in propagateLine()