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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  773     assert(CastInst->isCast() && "Expected an cast instruction!");
  776     Instruction *&ClonedCastInst = ClonedCastMap[CastInst];
  778       ClonedCastInst = CastInst->clone();
  780       ClonedCastInst->insertAfter(CastInst);
  782       ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
  783       LLVM_DEBUG(dbgs() << "Clone instruction: " << *CastInst << '\n'