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

References

include/llvm/CodeGen/StackMaps.h
  122     return MI->getOperand(getMetaIdx(NArgPos)).getImm();
lib/CodeGen/SelectionDAG/FastISel.cpp
  916   assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) &&
  919       cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8774   SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos));