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

References

include/llvm/IR/User.h
  129       ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
  130       : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
lib/IR/Instructions.cpp
 1133                   OperandTraits<BranchInst>::op_end(this) - 1, 1,
 1142                   OperandTraits<BranchInst>::op_end(this) - 3, 3,
 1154                   OperandTraits<BranchInst>::op_end(this) - 1, 1, InsertAtEnd) {
 1162                   OperandTraits<BranchInst>::op_end(this) - 3, 3, InsertAtEnd) {
 1173                   OperandTraits<BranchInst>::op_end(this) - BI.getNumOperands(),