Home
last modified time | relevance | path

Searched refs:StepInstOp1 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp212 Value *StepInstOp1 = StepInst->getOperand(1); in getBounds() local
215 if (SE.getSCEV(StepInstOp1) == Step) in getBounds()
216 StepValue = StepInstOp1; in getBounds()