HomeSort by: relevance | last modified time | path
    Searched refs:ASA (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1139 unsigned ASA = PtrA->getType()->getPointerAddressSpace();
1143 if (ASA != ASB)
1145 unsigned IdxWidth = DL.getIndexSizeInBits(ASA);
1155 ASA = cast<PointerType>(PtrA1->getType())->getAddressSpace();
1158 if (ASA != ASB)
1161 IdxWidth = DL.getIndexSizeInBits(ASA);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 307 unsigned ASA = getPointerAddressSpace(A);
311 if (!PtrA || !PtrB || (ASA != ASB))
324 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA);

Completed in 17 milliseconds