HomeSort by relevance Sort by last modified time
    Searched refs:HasOptionalDef (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 102 HasOptionalDef,
215 bool hasOptionalDef() const {
216 return Flags & (1 << MCID::HasOptionalDef);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 387 /// hasOptionalDef - Set if this instruction has an optional definition, e.g.
389 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
390 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]

Completed in 355 milliseconds