Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:maCount

2415   unsigned maCount = 0; // Largest number of multiple alternative constraints.
2427 if (OpInfo.multipleAlternatives.size() > maCount)
2428 maCount = OpInfo.multipleAlternatives.size();
2503 if (maCount) {
2511 for (maIndex = 0; maIndex < maCount; ++maIndex) {