Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
1089 struct NarrowIVDefUse { struct in __anoncf1033750311::WidenIV1090 Instruction *NarrowDef = nullptr;1091 Instruction *NarrowUse = nullptr;1092 Instruction *WideDef = nullptr;1097 bool NeverNegative = false;1099 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument