Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
903 struct NarrowIVDefUse { struct904 Instruction *NarrowDef = nullptr;905 Instruction *NarrowUse = nullptr;906 Instruction *WideDef = nullptr;911 bool NeverNegative = false;913 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument