Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp707 struct NarrowIVDefUse { struct
708 Instruction *NarrowDef;
709 Instruction *NarrowUse;
710 Instruction *WideDef;
712 NarrowIVDefUse(): NarrowDef(nullptr), NarrowUse(nullptr), WideDef(nullptr) {} in NarrowIVDefUse() argument
714 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() function