Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp123 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local
125 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()
129 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()
130 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()