Searched refs:InverseOpcode (Results 1 – 3 of 3) sorted by relevance
1207 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes() local1209 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()1238 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()1240 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1242 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()1246 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()1248 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()1250 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1254 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()1256 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()[all …]
1164 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local1165 if (!InverseOpcode) in isAssociativeAndCommutative()1167 Opc = *InverseOpcode; in isAssociativeAndCommutative()
2307 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local2308 if (!InverseOpcode) in isAssociativeAndCommutative()2310 Opc = *InverseOpcode; in isAssociativeAndCommutative()