Searched refs:ASB (Results 1 – 2 of 2) sorted by relevance
1446 unsigned ASB = PtrB->getType()->getPointerAddressSpace(); in getPointersDiff() local1449 if (ASA != ASB) in getPointersDiff()1462 ASB = cast<PointerType>(PtrB1->getType())->getAddressSpace(); in getPointersDiff()1464 if (ASA != ASB) in getPointersDiff()
307 unsigned ASB = getPointerAddressSpace(B); in isConsecutiveAccess() local310 if (!PtrA || !PtrB || (ASA != ASB)) in isConsecutiveAccess()