Searched refs:LatchCmpOp0 (Results 1 – 2 of 2) sorted by relevance
302 Instruction *LatchCmpOp0 = dyn_cast<Instruction>(CmpInst->getOperand(0)); in getInductionVariable() local316 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()323 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()
303 Instruction *LatchCmpOp0 = dyn_cast<Instruction>(CmpInst->getOperand(0)); in getInductionVariable() local317 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()324 if (&IndVar == LatchCmpOp0 || &IndVar == LatchCmpOp1) in getInductionVariable()