Searched refs:Bconst (Results 1 – 1 of 1) sorted by relevance
3215 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local3217 if (!Bconst || !Cconst) return false; in propagateLine()3218 APInt Beta = Bconst->getAPInt(); in propagateLine()