Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
708 struct NarrowIVDefUse { struct709 Instruction *NarrowDef;710 Instruction *NarrowUse;711 Instruction *WideDef;713 NarrowIVDefUse(): NarrowDef(nullptr), NarrowUse(nullptr), WideDef(nullptr) {} in NarrowIVDefUse() argument715 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() function