Home | History | Annotate | Download | only in verifier

Lines Matching defs:arg_count

4298       // Verify each register. If "arg_count" is bad, VerifyRegisterType() will run off the end of
4299 // the list and fail. It's legal, if silly, for arg_count to be zero.
4301 uint32_t arg_count = (is_range) ? inst->VRegA_3rc() : inst->VRegA_35c();
4306 for (size_t ui = 0; ui < arg_count; ui++) {