Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:getNumArgOperands

1171     for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) {
1424 if (call->getNumArgOperands() > 1) {
1427 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) {
1432 << opNames[call->getNumArgOperands()] << ", "
1434 } else if (call->getNumArgOperands() == 1) {
1436 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \"";
1439 << opNames[call->getNumArgOperands()] << ", \"";