Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp693 struct NarrowIVDefUse { struct
694 Instruction *NarrowDef;
695 Instruction *NarrowUse;
696 Instruction *WideDef;
698 NarrowIVDefUse(): NarrowDef(nullptr), NarrowUse(nullptr), WideDef(nullptr) {} in NarrowIVDefUse() argument
700 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() argument