Searched defs:isCommutative (Results 1 – 10 of 10) sorted by relevance
97 bool isCommutative; member
385 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
580 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
3422 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
139 bool isCommutative; member
138 bool isCommutative = false; member
290 bool InstArithmetic::isCommutative() const { in isCommutative() function in Ice::InstArithmetic
3518 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
1187 static bool isCommutative(Ice::InstArithmetic::OpKind op) in isCommutative() function
237 static bool isCommutative(Instruction *I) { in isCommutative() function