Searched defs:ConstantUser (Results 1 – 1 of 1) sorted by relevance
64 struct ConstantUser { struct65 Instruction *Inst;66 unsigned OpndIdx;68 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() function