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

References

include/llvm/Transforms/IPO/Attributor.h
  295     int ArgNo = getArgNo();
  365     if (getArgNo() < 0 || isa<Argument>(AnchorVal))
  368     return *cast<CallBase>(AnchorVal)->getArgOperand(getArgNo());
  401     if (getArgNo() >= 0) {
  520            (unsigned(IRP.getArgNo()));
lib/Transforms/IPO/Attributor.cpp
  427     int ArgNo = IRP.getArgNo();
  476       assert(cast<Argument>(AnchorVal)->getArgNo() == unsigned(getArgNo()) &&
  481       assert(cast<CallBase>(*AnchorVal).arg_size() > unsigned(getArgNo()) &&
  483       assert(cast<CallBase>(*AnchorVal).getArgOperand(getArgNo()) ==
  623   unsigned ArgNo = QueryingAA.getIRPosition().getArgNo();
 1958     if (ICS.paramHasAttr(getArgNo(), Attribute::NoAlias))
 2000       if (getArgNo() == (int)i)
 2925         getArgNo() >= 0 ? IRP.getAssociatedFunction() : IRP.getAnchorScope();
 2944     if (getArgNo() >= 0) {
 2980     int ArgNo = IRP.getArgNo();
 3157       getArgNo() >= 0 ? IRP.getAssociatedArgument() : &IRP.getAssociatedValue();
 3162       getArgNo() >= 0 ? IRP.getAssociatedFunction() : IRP.getAnchorScope();
 3405       if (Value *ArgOp = ACS.getCallArgOperand(getArgNo()))
 4891             << Pos.getAnchorValue().getName() << "@" << Pos.getArgNo() << "]}";