Home
last modified time | relevance | path

Searched defs:isCommutable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h241 bool isCommutable : 1; variable