Searched refs:RegOpsNum (Results 1 – 1 of 1) sorted by relevance
3375 unsigned RegOpsNum = isMem(MI, 3) ? 2 : 3; in findFMA3CommutedOpIndices() local3381 (SrcOpIdx1 < 1 || SrcOpIdx1 > RegOpsNum)) in findFMA3CommutedOpIndices()3384 (SrcOpIdx2 < 1 || SrcOpIdx2 > RegOpsNum)) in findFMA3CommutedOpIndices()3399 CommutableOpIdx2 = RegOpsNum; in findFMA3CommutedOpIndices()3407 for (CommutableOpIdx1 = RegOpsNum; CommutableOpIdx1 > 0; CommutableOpIdx1--) { in findFMA3CommutedOpIndices()