Searched refs:PTyR (Results 1 – 1 of 1) sorted by relevance
639 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local640 if (PTyL && PTyR) { in cmpConstants()642 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()648 if (PTyR) in cmpConstants()805 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local810 if (PTyR && PTyR->getAddressSpace() == 0) in cmpTypes()845 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()846 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()