Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp946 struct NarrowIVDefUse { struct
947 Instruction *NarrowDef = nullptr;
948 Instruction *NarrowUse = nullptr;
949 Instruction *WideDef = nullptr;
954 bool NeverNegative = false;
956 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function