Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1058 struct NarrowIVDefUse { struct in __anon2c2a41b60311::WidenIV
1059 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