Searched defs:ConstantUser (Results 1 – 2 of 2) sorted by relevance
51 struct ConstantUser { struct55 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() argument
65 struct ConstantUser { struct69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() function