Searched refs:ConstantUser (Results 1 – 2 of 2) sorted by relevance
69 struct ConstantUser { struct73 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument76 using ConstantUseListType = SmallVector<ConstantUser, 8>;94 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()195 const consthoist::ConstantUser &ConstUser);
756 const ConstantUser &ConstUser) { in emitBaseConstants()866 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()911 ConstantUser U = std::get<2>(R); in emitBaseConstants()