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 120 Commutable,
388 /// Note that this flag may be set on instructions that are only commutable
393 return Flags & (1 << MCID::Commutable);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 498 /// Note that this flag may be set on instructions that are only commutable
503 return hasProperty(MCID::Commutable, Type);
    [all...]

Completed in 603 milliseconds