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