Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
830 struct NarrowIVDefUse { struct831 Instruction *NarrowDef = nullptr;832 Instruction *NarrowUse = nullptr;833 Instruction *WideDef = nullptr;838 bool NeverNegative = false;840 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function