Searched refs:PTyR (Results 1 – 1 of 1) sorted by relevance
504 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local505 if (PTyL && PTyR) { in cmpConstants()507 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()513 if (PTyR) in cmpConstants()616 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local621 if (PTyR && PTyR->getAddressSpace() == 0) in cmpTypes()650 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()651 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()