Return which pointer components data operand OpNo may capture.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

CaptureInfo
getCaptureInfo(unsigned int OpNo) const;

Return Value

Capture information for the operand.

Parameters

Name

Description

OpNo

Zero‐based data operand index.

Created with MrDocs