reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 1470     if (Inst->getOpcode() != Instruction::Add)
 1473     ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1));
 1477     PHINode *Phi = getRecurrenceVar(Inst->getOperand(0), Inst, LoopEntry);
 1477     PHINode *Phi = getRecurrenceVar(Inst->getOperand(0), Inst, LoopEntry);
 1481     CntInst = Inst;