Searched refs:NumCallArgsV (Results 1 – 1 of 1) sorted by relevance
1929 const Value *NumCallArgsV = Call.getArgOperand(3); in verifyStatepoint() local1930 Assert(isa<ConstantInt>(NumCallArgsV), in verifyStatepoint()1934 const int NumCallArgs = cast<ConstantInt>(NumCallArgsV)->getZExtValue(); in verifyStatepoint()