Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3433 uint64_t ElementAllocSizeInBits = DL.getTypeAllocSizeInBits(ElementType); in emitGlobalConstantVector() local
3435 if (ElementSizeInBits != ElementAllocSizeInBits) { in emitGlobalConstantVector()