Searched defs:isOptionalDef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h82 /// isOptionalDef - Set if this operand is a optional def.
84 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); } function in class:llvm::MCOperandInfo

Completed in 162 milliseconds