Searched refs:ArgsToPop (Results 1 – 1 of 1) sorted by relevance
175 int32_t ArgsToPop = CE->getNumArgs() - FixedParams; in cleanupAfterFunctionCall() local176 assert(ArgsToPop >= 0); in cleanupAfterFunctionCall()177 for (int32_t I = ArgsToPop - 1; I >= 0; --I) { in cleanupAfterFunctionCall()