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

References

include/llvm/IR/CallSite.h
  862            unsigned(CalleeArgIdx) < getInstruction()->getNumOperands());
  863     return getInstruction()->getOperandUse(CalleeArgIdx);
include/llvm/Transforms/IPO/Attributor.h
  227           cast<CallBase>(*ACS.getInstruction()), CSArgNo);
lib/Transforms/IPO/Attributor.cpp
  633     LLVM_DEBUG(dbgs() << "[Attributor] ACS: " << *ACS.getInstruction()
 4282     Instruction *I = ACS.getInstruction();
 4313                       << *ACS.getInstruction() << "\n");