Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:getNumArgOperands

1187     for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) {
1440 if (call->getNumArgOperands() > 1) {
1443 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) {
1448 << opNames[call->getNumArgOperands()] << ", "
1450 } else if (call->getNumArgOperands() == 1) {
1452 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \"";
1455 << opNames[call->getNumArgOperands()] << ", \"";