Searched refs:ConstantUser (Results 1 – 3 of 3) sorted by relevance
69 struct ConstantUser { struct73 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() function76 using ConstantUseListType = SmallVector<ConstantUser, 8>;94 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()195 const consthoist::ConstantUser &ConstUser);
6 …nstruction *, llvm::Constant *, llvm::Type *, const llvm::consthoist::ConstantUser &): Assertion `…
758 const ConstantUser &ConstUser) { in emitBaseConstants()868 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()913 ConstantUser U = std::get<2>(R); in emitBaseConstants()