Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1856 struct IVInc { struct
1857 Instruction *UserInst;
1858 Value* IVOperand;
1859 const SCEV *IncExpr;
1861 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() function