Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1020 struct NarrowIVDefUse { struct in WidenIV
1021 Instruction *NarrowDef = nullptr;
1022 Instruction *NarrowUse = nullptr;
1023 Instruction *WideDef = nullptr;
1028 bool NeverNegative = false;
1030 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument