Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1069 struct NarrowIVDefUse { struct in __anon0030acaf0311::WidenIV
1070 Instruction *NarrowDef = nullptr;
1071 Instruction *NarrowUse = nullptr;
1072 Instruction *WideDef = nullptr;
1077 bool NeverNegative = false;
1079 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function