Home
last modified time | relevance | path

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

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