Searched refs:NumCallArgsV (Results 1 – 1 of 1) sorted by relevance
1583 const Value *NumCallArgsV = CS.getArgument(3); in VerifyStatepoint() local1584 Assert(isa<ConstantInt>(NumCallArgsV), in VerifyStatepoint()1588 const int NumCallArgs = cast<ConstantInt>(NumCallArgsV)->getZExtValue(); in VerifyStatepoint()