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

Declarations

include/llvm/IR/Function.h
  155   DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);

References

lib/Analysis/MemoryBuiltins.cpp
  221   Result.NumParams = Callee->getNumOperands();
lib/IR/Function.cpp
  371   if (getNumOperands()) {
 1466   assert(hasPersonalityFn() && getNumOperands());
 1467   return cast<Constant>(Op<0>());
 1476   assert(hasPrefixData() && getNumOperands());
 1477   return cast<Constant>(Op<1>());
 1486   assert(hasPrologueData() && getNumOperands());
 1487   return cast<Constant>(Op<2>());
 1497   if (getNumOperands())
 1505   Op<0>().set(CPN);
 1506   Op<1>().set(CPN);
 1507   Op<2>().set(CPN);
 1514     Op<Idx>().set(C);
 1515   } else if (getNumOperands()) {
 1516     Op<Idx>().set(