Searched refs:AllocateAlignment (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11284 std::optional<CharUnits> AllocateAlignment = CGM.getOMPAllocateAlignment(VD); local
11286 if (!AllocateAlignment)
11289 return llvm::ConstantInt::get(CGM.SizeTy, AllocateAlignment->getQuantity());

Completed in 258 milliseconds