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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 121 Commutable,
407 /// Note that this flag may be set on instructions that are only commutable
412 return Flags & (1 << MCID::Commutable);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 553 /// Note that this flag may be set on instructions that are only commutable
558 return hasProperty(MCID::Commutable, Type);
    [all...]

Completed in 94 milliseconds