Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1065 struct NarrowIVDefUse { struct in WidenIV
1066 Instruction *NarrowDef = nullptr;
1067 Instruction *NarrowUse = nullptr;
1068 Instruction *WideDef = nullptr;
1073 bool NeverNegative = false;
1075 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument