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

References

include/llvm/IR/InstrTypes.h
 1272     return isArgOperand(&UI.getUse());
lib/Analysis/GlobalsModRef.cpp
  373         if (Call->isArgOperand(&U) &&
lib/Transforms/IPO/Attributor.cpp
 3666         if (!CB->isArgOperand(U))
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
   98         bool IsArgOperand = Call->isArgOperand(&U);