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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  777     if (!ClonedCastInst) {
  778       ClonedCastInst = CastInst->clone();
  779       ClonedCastInst->setOperand(0, Mat);
  780       ClonedCastInst->insertAfter(CastInst);
  782       ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
  784                         << "To               : " << *ClonedCastInst << '\n');
  788     updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);