Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2398 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs() local
2399 if ((K & ZeroedUninit) == ZeroedUninit) in verifyFunctionAttrs()