Searched refs:ResultIdx1 (Results 1 – 2 of 2) sorted by relevance
265 bool TargetInstrInfo::fixCommutedOpIndices(unsigned &ResultIdx1, in fixCommutedOpIndices() argument269 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()271 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()273 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()275 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()277 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()281 if (ResultIdx1 == CommutableOpIdx1) in fixCommutedOpIndices()283 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()290 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()291 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
174 static bool fixCommutedOpIndices(unsigned &ResultIdx1, unsigned &ResultIdx2,