reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 if (!InductionDescriptor::isInductionPHI(&AuxIndVar, this, &SE, IndDesc)) 354 if (IndDesc.getInductionOpcode() != Instruction::Add && 355 IndDesc.getInductionOpcode() != Instruction::Sub) 359 return SE.isLoopInvariant(IndDesc.getStep(), this);