Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp304 Value *LatchCmpOp0 = CmpInst->getOperand(0); in getInductionVariable() local
319 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()
326 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()