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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h44 enum { AggAlignShift = 4 }; enumerator in enum:clang::CodeGen::RValue::__anon529
75 auto align = reinterpret_cast<uintptr_t>(V2.getPointer()) >> AggAlignShift;
117 ER.V2.setPointer(reinterpret_cast<llvm::Value*>(align << AggAlignShift));

Completed in 171 milliseconds