Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2102 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs() local
2103 if ((K & ZeroedUninit) == ZeroedUninit) in verifyFunctionAttrs()