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

References

include/llvm/CodeGen/StackMaps.h
  105     return getMetaOper(NBytesPos).getImm();
lib/CodeGen/SelectionDAG/FastISel.cpp
  814   assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) &&
  817       cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
  953   assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) &&
  956       cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8716   SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos));
 8811   SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos));