Searched refs:ConstU (Results 1 – 1 of 1) sorted by relevance
601 for (const Use &ConstU : DeoptBundle->Inputs) { in processCallSite() local602 Use &U = const_cast<Use&>(ConstU); in processCallSite()