Searched refs:ResultIdx1 (Results 1 – 2 of 2) sorted by relevance
262 bool TargetInstrInfo::fixCommutedOpIndices(unsigned &ResultIdx1, in fixCommutedOpIndices() argument266 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()268 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()270 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()272 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()274 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()278 if (ResultIdx1 == CommutableOpIdx1) in fixCommutedOpIndices()280 else if (ResultIdx1 == CommutableOpIdx2) 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,