Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp779 struct NarrowIVDefUse { struct
780 Instruction *NarrowDef;
781 Instruction *NarrowUse;
782 Instruction *WideDef;
784 NarrowIVDefUse(): NarrowDef(0), NarrowUse(0), WideDef(0) {} in NarrowIVDefUse() function
786 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() function
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp850 struct NarrowIVDefUse { struct
851 Instruction *NarrowDef = nullptr;
852 Instruction *NarrowUse = nullptr;
853 Instruction *WideDef = nullptr;
858 bool NeverNegative = false;
860 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument