Searched refs:ConstantUser (Results 1 – 2 of 2) sorted by relevance
68 struct ConstantUser { struct72 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument75 using ConstantUseListType = SmallVector<ConstantUser, 8>;93 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()192 const consthoist::ConstantUser &ConstUser);
726 const ConstantUser &ConstUser) { in emitBaseConstants()835 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()880 ConstantUser U = std::get<2>(R); in emitBaseConstants()