Home
last modified time | relevance | path

Searched defs:NarrowIVDefUse (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1089 struct NarrowIVDefUse { struct in __anoncf1033750311::WidenIV
1090 Instruction *NarrowDef = nullptr;
1091 Instruction *NarrowUse = nullptr;
1092 Instruction *WideDef = nullptr;
1097 bool NeverNegative = false;
1099 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument