Home
last modified time | relevance | path

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

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