Searched refs:DescBytesToAllocate (Results 1 – 2 of 2) sorted by relevance
119 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local121 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()125 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()126 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()
123 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local125 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()