Home | History | Annotate | Download | only in llvm

Lines Matching refs:getNumArgOperands

649   unsigned num_args = inst.getNumArgOperands();
900 for (uint32_t i = 3; i < call_inst.getNumArgOperands(); ++i) {
953 DCHECK_EQ(call_inst.getNumArgOperands(), 4U);
1076 DCHECK_GT(call_inst.getNumArgOperands(), 2U);
1077 unsigned num_elements = (call_inst.getNumArgOperands() - 2);
1246 unsigned num_args = call_inst.getNumArgOperands();
2360 uint32_t length = call_inst.getNumArgOperands() - 3;