Searched defs:isCommutable (Results 1 – 2 of 2) sorted by relevance
479 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
278 bool isCommutable : 1; ///< Is a commutable instruction. variable