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

References

include/llvm/IR/InstVisitor.h
  170   RetTy visitAllocaInst(AllocaInst &I)            { DELEGATE(UnaryInstruction);}
  171   RetTy visitLoadInst(LoadInst     &I)            { DELEGATE(UnaryInstruction);}
  192   RetTy visitVAArgInst(VAArgInst   &I)            { DELEGATE(UnaryInstruction);}
  196   RetTy visitExtractValueInst(ExtractValueInst &I){ DELEGATE(UnaryInstruction);}
  267   RetTy visitCastInst(CastInst &I)                { DELEGATE(UnaryInstruction);}
  268   RetTy visitUnaryOperator(UnaryOperator &I)      { DELEGATE(UnaryInstruction);}