Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp457 auto GenPtrAlign = in initializeForBlockHeader() local
462 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader()
463 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()
471 unsigned BlockAlign = GenPtrAlign.getQuantity(); in initializeForBlockHeader()