llvm::CallBase::bundle_op_info_begin

bundle_op_info_begin overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return an iterator to the first BundleOpInfo descriptor for this call.

bundle_op_iterator
bundle_op_info_begin();
» more...

Return a const iterator to the first BundleOpInfo descriptor.

const_bundle_op_iterator
bundle_op_info_begin() const;
» more...

Return Value

  • Iterator to the first BundleOpInfo, or null if none are present.
  • Const iterator to the first BundleOpInfo, or null if none are present.