Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
1020 struct NarrowIVDefUse { struct in WidenIV1021 Instruction *NarrowDef = nullptr;1022 Instruction *NarrowUse = nullptr;1023 Instruction *WideDef = nullptr;1028 bool NeverNegative = false;1030 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument