Searched refs:ResultIdx2 (Results 1 – 2 of 2) sorted by relevance
263 unsigned &ResultIdx2, in fixCommutedOpIndices() argument267 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()269 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()271 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()273 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()277 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()279 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()281 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()287 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()288 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
184 static bool fixCommutedOpIndices(unsigned &ResultIdx1, unsigned &ResultIdx2,