Searched refs:ResultIdx2 (Results 1 – 2 of 2) sorted by relevance
205 unsigned &ResultIdx2, in fixCommutedOpIndices() argument209 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()211 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()213 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()215 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()219 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()221 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()223 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()229 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()230 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
133 unsigned &ResultIdx2,