Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp129 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local
131 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()
135 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()
136 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()