Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1911 const Value *NumPatchBytesV = Call.getArgOperand(1); in verifyStatepoint() local
1912 Assert(isa<ConstantInt>(NumPatchBytesV), in verifyStatepoint()
1916 cast<ConstantInt>(NumPatchBytesV)->getSExtValue(); in verifyStatepoint()