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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  937   if (IncV == InsertPos)
  940   switch (IncV->getOpcode()) {
  946     Instruction *OInst = dyn_cast<Instruction>(IncV->getOperand(1));
  948       return dyn_cast<Instruction>(IncV->getOperand(0));
  952     return dyn_cast<Instruction>(IncV->getOperand(0));
  954     for (auto I = IncV->op_begin() + 1, E = IncV->op_end(); I != E; ++I) {
  954     for (auto I = IncV->op_begin() + 1, E = IncV->op_end(); I != E; ++I) {
  969       if (IncV->getNumOperands() != 2)
  971       unsigned AS = cast<PointerType>(IncV->getType())->getAddressSpace();
  972       if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS)
  973           && IncV->getType() != Type::getInt8PtrTy(SE.getContext(), AS))
  977     return dyn_cast<Instruction>(IncV->getOperand(0));