Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp330 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local
331 if (PTyL && PTyR) { in cmpConstants()
333 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()
339 if (PTyR) in cmpConstants()
539 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local
544 if (PTyR && PTyR->getAddressSpace() == 0) in cmpTypes()
572 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()
573 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()