Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1953 const Value *FlagsV = Call.getArgOperand(4); in verifyStatepoint() local
1954 Assert(isa<ConstantInt>(FlagsV), in verifyStatepoint()
1956 const uint64_t Flags = cast<ConstantInt>(FlagsV)->getZExtValue(); in verifyStatepoint()