Home
last modified time | relevance | path

Searched refs:NumDeoptArgsV (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp1946 const Value *NumDeoptArgsV = CS.getArgument(EndTransitionArgsInx+1); in verifyStatepoint() local
1947 Assert(isa<ConstantInt>(NumDeoptArgsV), in verifyStatepoint()
1951 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint()