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