Searched defs:isCommutable (Results 1 – 4 of 4) sorted by relevance
388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
430 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
243 bool isCommutable : 1; variable
240 bool isCommutable : 1; variable