Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance
1058 struct NarrowIVDefUse { struct in __anon2c2a41b60311::WidenIV1059 Instruction *NarrowDef = nullptr;1060 Instruction *NarrowUse = nullptr;1061 Instruction *WideDef = nullptr;1066 bool NeverNegative = false;1068 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function