Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:getNumArgOperands

1189     for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) {
1437 if (call->getNumArgOperands() > 1) {
1440 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) {
1445 << opNames[call->getNumArgOperands()] << ", "
1447 } else if (call->getNumArgOperands() == 1) {
1449 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \"";
1452 << opNames[call->getNumArgOperands()] << ", \"";