Searched refs:ASA (Results 1 – 4 of 4) sorted by relevance
46 +1qRPCXqHAEROF+ASA==
1499 unsigned ASA = PtrA->getType()->getPointerAddressSpace(); in getPointersDiff() local1503 if (ASA != ASB) in getPointersDiff()1505 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff()1515 ASA = cast<PointerType>(PtrA1->getType())->getAddressSpace(); in getPointersDiff()1518 if (ASA != ASB) in getPointersDiff()1521 IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff()
309 unsigned ASA = getPointerAddressSpace(A); in isConsecutiveAccess() local313 if (!PtrA || !PtrB || (ASA != ASB)) in isConsecutiveAccess()326 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess()
2135 if (const auto *ASA = A->getAs<DependentAddressSpaceType>()) { in DeduceTemplateArgumentsByTypeMatch() local2138 S, TemplateParams, ASP->getPointeeType(), ASA->getPointeeType(), in DeduceTemplateArgumentsByTypeMatch()2149 S, TemplateParams, NTTP, ASA->getAddrSpaceExpr(), Info, Deduced); in DeduceTemplateArgumentsByTypeMatch()