Home
last modified time | relevance | path

Searched refs:AllocByteOffset (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.cpp212 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate() argument
220 AllocByteOffset = BitAllocs[Bit]; in allocate()
223 unsigned ReqSize = AllocByteOffset + BitSize; in allocate()
231 Bytes[AllocByteOffset + B] |= AllocMask; in allocate()