Searched refs:ResultIdx2 (Results 1 – 2 of 2) sorted by relevance
211 unsigned &ResultIdx2, in fixCommutedOpIndices() argument215 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()217 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()219 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()221 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()225 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()227 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()229 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()235 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()236 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
134 unsigned &ResultIdx2,