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