Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1763 const Value *NumDeoptArgsV = CS.getArgument(EndTransitionArgsInx+1); in verifyStatepoint() local
1764 Assert(isa<ConstantInt>(NumDeoptArgsV), in verifyStatepoint()
1768 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint()