HomeSort by relevance Sort by last modified time
    Searched refs:findPointerLowerBound (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 386 DataLayout::findPointerLowerBound(uint32_t AddressSpace) {
397 PointersTy::iterator I = findPointerLowerBound(AddrSpace);
585 PointersTy::const_iterator I = findPointerLowerBound(AS);
587 I = findPointerLowerBound(0);
594 PointersTy::const_iterator I = findPointerLowerBound(AS);
596 I = findPointerLowerBound(0);
603 PointersTy::const_iterator I = findPointerLowerBound(AS);
605 I = findPointerLowerBound(0);
  /external/llvm/include/llvm/IR/
DataLayout.h 125 findPointerLowerBound(uint32_t AddressSpace) const {
126 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace);
129 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);

Completed in 67 milliseconds