Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp903 struct NarrowIVDefUse { struct
904 Instruction *NarrowDef = nullptr;
905 Instruction *NarrowUse = nullptr;
906 Instruction *WideDef = nullptr;
911 bool NeverNegative = false;
913 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument