Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h194 uint64_t &AllocByteOffset, uint8_t &AllocMask);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp213 uint8_t &AllocMask) { in allocate() argument
229 AllocMask = 1 << Bit; in allocate()
231 Bytes[AllocByteOffset + B] |= AllocMask; in allocate()