Searched defs:PointerAlignElem (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDataLayout.h86 struct PointerAlignElem { struct in namespace:llvm
93 static PointerAlignElem get(uint32_t AddressSpace, unsigned ABIAlign,
95 bool operator==(const PointerAlignElem &rhs) const;
129 typedef SmallVector<PointerAlignElem, 8> PointersTy;
145 static const PointerAlignElem InvalidPointerElem;
170 /// Predicate that tests a PointerAlignElem reference returned by get()
172 bool validPointer(const PointerAlignElem &align) const {

Completed in 21 milliseconds