Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
1069 struct NarrowIVDefUse { struct in __anon0030acaf0311::WidenIV1070 Instruction *NarrowDef = nullptr;1071 Instruction *NarrowUse = nullptr;1072 Instruction *WideDef = nullptr;1077 bool NeverNegative = false;1079 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function