Searched refs:num_args (Results 1 - 2 of 2) sorted by relevance

/art/compiler/llvm/
H A Dintrinsic_helper.cc110 unsigned num_args = 0; local
123 arg_type[num_args++] = GetLLVMTypeOfIntrinsicValType(irb, type);
132 ::llvm::ArrayRef< ::llvm::Type*>(arg_type, num_args),
H A Dgbc_expander.cc649 unsigned num_args = inst.getNumArgOperands(); local
651 if (num_args <= 0) {
655 for (unsigned i = 0; i < num_args; i++) {
1246 unsigned num_args = call_inst.getNumArgOperands(); local
1252 for (unsigned i = 0; i < num_args; i++) {

Completed in 56 milliseconds