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

/external/swiftshader/third_party/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
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h85 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); } function in class:llvm::MCOperandInfo

Completed in 122 milliseconds