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 99 HasOptionalDef,
192 /// hasOptionalDef - Set if this instruction has an optional definition, e.g.
194 bool hasOptionalDef() const {
195 return Flags & (1 << MCID::HasOptionalDef);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 328 /// hasOptionalDef - Set if this instruction has an optional definition, e.g.
330 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
331 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]

Completed in 255 milliseconds