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

References

include/llvm/IR/InstrTypes.h
 1278     return llvm::any_of(args(), [V](const Value *Arg) { return Arg == V; });
lib/Analysis/GlobalsModRef.cpp
  900   for (auto &A : Call->args()) {
lib/Analysis/MemorySSA.cpp
  207     for (const Value *Arg : MLOC.getCall()->args())
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
   55     for (const Value *Op : Call->args()) {
lib/Transforms/Utils/InlineFunction.cpp
 1010         for (Value *Arg : Call->args()) {