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

References

include/llvm/IR/Instructions.h
 2850     return cast<Constant>(getOperandList()[Idx]);
 2855     return !isa<ArrayType>(getOperandList()[Idx]->getType());
 2860     return isa<ArrayType>(getOperandList()[Idx]->getType());
include/llvm/IR/User.h
  166     return const_cast<Use *>(static_cast<const User *>(this)->getOperandList());
  171     return getOperandList()[i];
  184     return getOperandList()[i];
  230   const_op_iterator op_begin() const { return getOperandList(); }
  235     return getOperandList() + NumUserOperands;
lib/IR/Instructions.cpp
  211   const Use *InOL = LP.getOperandList();
 1021   const Use *InOL = CSI.getOperandList();
 3833   const Use *InOL = SI.getOperandList();
 4060   const Use *InOL = IBI.getOperandList();