Searched refs:Bconst (Results 1 – 2 of 2) sorted by relevance
34 unsigned int Bconst : 1; member
3060 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local3062 if (!Bconst || !Cconst) return false; in propagateLine()3063 APInt Beta = Bconst->getValue()->getValue(); in propagateLine()