struct InlineAsm::SubConstraintInfo
Declaration
struct InlineAsm::SubConstraintInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/InlineAsm.h:98
Member Variables
- public int MatchingInput = -1
- MatchingInput - If this is not -1, this is an output constraint where an input constraint is required to match it (e.g. "0"). The value is the constraint number that matches this one (for example, if this is constraint #0 and constraint #4 has the value "0", this will be 4).
- public int Codes
Method Overview
- public SubConstraintInfo()
Methods
ΒΆSubConstraintInfo()
SubConstraintInfo()
Description
Default constructor.
Declared at: llvm/include/llvm/IR/InlineAsm.h:110