Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
946 struct NarrowIVDefUse { struct947 Instruction *NarrowDef = nullptr;948 Instruction *NarrowUse = nullptr;949 Instruction *WideDef = nullptr;954 bool NeverNegative = false;956 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function