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