Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp302 Instruction *LatchCmpOp0 = dyn_cast<Instruction>(CmpInst->getOperand(0)); in getInductionVariable() local
316 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()
323 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp303 Instruction *LatchCmpOp0 = dyn_cast<Instruction>(CmpInst->getOperand(0)); in getInductionVariable() local
317 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()
324 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()