reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
853 if (!BOp) 857 if (BOp->getOpcode() == Instruction::FAdd) { 858 if (BOp->getOperand(0) == Phi) 859 Addend = BOp->getOperand(1); 860 else if (BOp->getOperand(1) == Phi) 861 Addend = BOp->getOperand(0); 862 } else if (BOp->getOpcode() == Instruction::FSub) 863 if (BOp->getOperand(0) == Phi) 864 Addend = BOp->getOperand(1); 876 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp);