Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
1065 struct NarrowIVDefUse { struct in WidenIV1066 Instruction *NarrowDef = nullptr;1067 Instruction *NarrowUse = nullptr;1068 Instruction *WideDef = nullptr;1073 bool NeverNegative = false;1075 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument