Searched refs:IncI (Results 1 – 1 of 1) sorted by relevance
1563 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local1564 if (!IncI) in getLoopPhiForCounter()1567 switch (IncI->getOpcode()) { in getLoopPhiForCounter()1573 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter()1579 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter()1581 if (isLoopInvariant(IncI->getOperand(1), L, DT)) in getLoopPhiForCounter()1585 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter()1589 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter()1591 if (isLoopInvariant(IncI->getOperand(0), L, DT)) in getLoopPhiForCounter()