Home
last modified time | relevance | path

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

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