Home | History | Annotate | Download | only in llvm

Lines Matching refs:getNumArgOperands

646   unsigned num_args = inst.getNumArgOperands();
887 for (uint32_t i = 3; i < call_inst.getNumArgOperands(); ++i) {
940 DCHECK_EQ(call_inst.getNumArgOperands(), 4U);
1063 DCHECK_GT(call_inst.getNumArgOperands(), 2U);
1064 unsigned num_elements = (call_inst.getNumArgOperands() - 2);
1222 unsigned num_args = call_inst.getNumArgOperands();
2351 uint32_t length = call_inst.getNumArgOperands() - 3;