Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp512 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout
526 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h163 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function
164 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()
167 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);