Searched refs:ArgCount (Results 1 – 1 of 1) sorted by relevance
87 const unsigned ArgCount = F->getFunctionType()->getNumParams(); in runFunction() local88 for (unsigned i = 0; i < ArgCount; ++i) in runFunction()