Searched defs:NarrowIVDefUse (Results 1 – 2 of 2) sorted by relevance
779 struct NarrowIVDefUse { struct780 Instruction *NarrowDef;781 Instruction *NarrowUse;782 Instruction *WideDef;784 NarrowIVDefUse(): NarrowDef(0), NarrowUse(0), WideDef(0) {} in NarrowIVDefUse() function786 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() function
850 struct NarrowIVDefUse { struct851 Instruction *NarrowDef = nullptr;852 Instruction *NarrowUse = nullptr;853 Instruction *WideDef = nullptr;858 bool NeverNegative = false;860 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument