Searched refs:findPointerLowerBound (Results 1 – 2 of 2) sorted by relevance
512 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout526 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()637 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()639 I = findPointerLowerBound(0); in getPointerABIAlignment()646 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()648 I = findPointerLowerBound(0); in getPointerPrefAlignment()655 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()657 I = findPointerLowerBound(0); in getPointerSize()679 PointersTy::const_iterator I = findPointerLowerBound(AS); in getIndexSize()681 I = findPointerLowerBound(0); in getIndexSize()
163 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function164 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()167 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);