Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp425 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout
439 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()
/external/llvm/include/llvm/IR/
DDataLayout.h133 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function
134 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()
137 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);