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 101 HasOptionalDef,
196 bool hasOptionalDef() const {
197 return Flags & (1 << MCID::HasOptionalDef);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 332 /// hasOptionalDef - Set if this instruction has an optional definition, e.g.
334 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
335 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]

Completed in 53 milliseconds