Searched refs:ConstantUser (Results 1 – 1 of 1) sorted by relevance
57 struct ConstantUser;60 typedef SmallVector<ConstantUser, 8> ConstantUseListType;65 struct ConstantUser { struct69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() argument84 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()169 const ConstantUser &ConstUser);470 const ConstantUser &ConstUser) { in emitBaseConstants()