Searched refs:DescriptorInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DUser.cpp93 struct DescriptorInfo { struct in namespace:llvm
106 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1;
121 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below");
124 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo));
139 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes);
186 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1;

Completed in 111 milliseconds