Searched refs:findPointerLowerBound (Results 1 – 2 of 2) sorted by relevance
425 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout439 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()576 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()578 I = findPointerLowerBound(0); in getPointerABIAlignment()585 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()587 I = findPointerLowerBound(0); in getPointerPrefAlignment()594 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()596 I = findPointerLowerBound(0); in getPointerSize()
133 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function134 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()137 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);