Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp303 Instruction *LatchCmpOp1 = dyn_cast<Instruction>(CmpInst->getOperand(1)); in getInductionVariable() local
316 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()
323 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()