bundle_op_info_begin overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

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

Return a const iterator to the first BundleOpInfo descriptor.

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.

Created with MrDocs