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

References

lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
  106       if (!(Ashr && Ashr->getOpcode() == Instruction::AShr))
  106       if (!(Ashr && Ashr->getOpcode() == Instruction::AShr))
  108       Value *AshrOp1 = Ashr->getOperand(1);
  115       Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0));
  130         for (auto UI = Ashr->user_begin(), UE = Ashr->user_end();
  130         for (auto UI = Ashr->user_begin(), UE = Ashr->user_end();
  134             J->replaceUsesOfWith(Ashr, I);