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

References

lib/Analysis/LoopInfo.cpp
  354   if (IndDesc.getInductionOpcode() != Instruction::Add &&
  355       IndDesc.getInductionOpcode() != Instruction::Sub)
  410   if (IndDesc.getInductionOpcode() != Instruction::Add)
lib/Transforms/Vectorize/LoopVectorize.cpp
 1692       getStepVector(SplatStart, 0, Step, II.getInductionOpcode());
 1702     AddOp = II.getInductionOpcode();
 1873           getStepVector(Broadcasted, VF * Part, Step, ID.getInductionOpcode());
 1966     AddOp = ID.getInductionOpcode();