Searched defs:isCommutative (Results 1 – 5 of 5) sorted by relevance
72 bool isCommutative; member
494 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
3195 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
138 bool isCommutative; member
304 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function