Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp830 struct NarrowIVDefUse { struct
831 Instruction *NarrowDef = nullptr;
832 Instruction *NarrowUse = nullptr;
833 Instruction *WideDef = nullptr;
838 bool NeverNegative = false;
840 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function