Searched refs:NumDeoptArgsV (Results 1 – 1 of 1) sorted by relevance
2625 const Value *NumDeoptArgsV = Call.getArgOperand(EndTransitionArgsInx + 1); in verifyStatepoint() local2626 Check(isa<ConstantInt>(NumDeoptArgsV), in verifyStatepoint()2630 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint()