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

References

include/llvm/IR/InstVisitor.h
  173   RetTy visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { DELEGATE(Instruction);}
  174   RetTy visitAtomicRMWInst(AtomicRMWInst &I)      { DELEGATE(Instruction);}
  175   RetTy visitFenceInst(FenceInst   &I)            { DELEGATE(Instruction);}
  198   RetTy visitLandingPadInst(LandingPadInst &I)    { DELEGATE(Instruction); }
  199   RetTy visitFuncletPadInst(FuncletPadInst &I) { DELEGATE(Instruction); }
  261   RetTy visitTerminator(Instruction &I)    { DELEGATE(Instruction);}
  271   RetTy visitUnaryInstruction(UnaryInstruction &I){ DELEGATE(Instruction);}