Searched refs:ASB (Results 1 – 2 of 2) sorted by relevance
1158 unsigned ASB = PtrB->getType()->getPointerAddressSpace(); in getPointersDiff() local1161 if (ASA != ASB) in getPointersDiff()1174 ASB = cast<PointerType>(PtrB1->getType())->getAddressSpace(); in getPointersDiff()1176 if (ASA != ASB) in getPointersDiff()
308 unsigned ASB = getPointerAddressSpace(B); in isConsecutiveAccess() local311 if (!PtrA || !PtrB || (ASA != ASB)) in isConsecutiveAccess()