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