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