Searched refs:NumDeoptArgsV (Results 1 – 1 of 1) sorted by relevance
1546 const Value *NumDeoptArgsV = CS.getArgument(EndCallArgsInx+1); in VerifyStatepoint() local1547 Assert(isa<ConstantInt>(NumDeoptArgsV), in VerifyStatepoint()1551 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint()