Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h437 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h255 bool isCommutable : 1; variable