Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp134 unsigned DescBytes) { in allocateFixedOperandUser() argument
140 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()
151 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()
155 if (DescBytes != 0) { in allocateFixedOperandUser()
156 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()
157 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser()
170 allocTrait.DescBytes); in operator new()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h71 const unsigned DescBytes; member
97 HasDescriptor(Alloc.DescBytes != 0) {} in AllocInfo()