Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
707 struct NarrowIVDefUse { struct708 Instruction *NarrowDef;709 Instruction *NarrowUse;710 Instruction *WideDef;712 NarrowIVDefUse(): NarrowDef(nullptr), NarrowUse(nullptr), WideDef(nullptr) {} in NarrowIVDefUse() argument714 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() function