Home
last modified time | relevance | path

Searched refs:ASB (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/lib/libcrypto/certs/11a/
H A Dbundle.pem18 ASB/FXvkkU6rWiJiAJSI19HmPtMmzpjwMwLrZ1z1DDRK1fybMYAR6QSNJryJ0dur
/openbsd/regress/lib/libcrypto/certs/11b/
H A Dbundle.pem18 ASB/FXvkkU6rWiJiAJSI19HmPtMmzpjwMwLrZ1z1DDRK1fybMYAR6QSNJryJ0dur
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1500 unsigned ASB = PtrB->getType()->getPointerAddressSpace(); in getPointersDiff() local
1503 if (ASA != ASB) in getPointersDiff()
1516 ASB = cast<PointerType>(PtrB1->getType())->getAddressSpace(); in getPointersDiff()
1518 if (ASA != ASB) in getPointersDiff()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp310 unsigned ASB = getPointerAddressSpace(B); in isConsecutiveAccess() local
313 if (!PtrA || !PtrB || (ASA != ASB)) in isConsecutiveAccess()