Home
last modified time | relevance | path

Searched refs:NumDeoptArgsV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp1546 const Value *NumDeoptArgsV = CS.getArgument(EndCallArgsInx+1); in VerifyStatepoint() local
1547 Assert(isa<ConstantInt>(NumDeoptArgsV), in VerifyStatepoint()
1551 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint()