Searched refs:InverseOpcode (Results 1 – 3 of 3) sorted by relevance
975 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes() local977 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()1006 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()1008 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1010 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()1014 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()1016 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()1018 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1022 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1024 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()[all …]
1133 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local1134 if (!InverseOpcode) in isAssociativeAndCommutative()1136 Opc = *InverseOpcode; in isAssociativeAndCommutative()
1903 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local 1904 if (!InverseOpcode) in isAssociativeAndCommutative() 1906 Opc = *InverseOpcode; in isAssociativeAndCommutative()