Searched refs:Bconst (Results 1 – 3 of 3) sorted by relevance
34 unsigned int Bconst : 1; member
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()
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()