Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
693 struct NarrowIVDefUse { struct694 Instruction *NarrowDef;695 Instruction *NarrowUse;696 Instruction *WideDef;698 NarrowIVDefUse(): NarrowDef(nullptr), NarrowUse(nullptr), WideDef(nullptr) {} in NarrowIVDefUse() argument700 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() argument