Searched refs:PTyR (Results 1 – 1 of 1) sorted by relevance
240 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local241 if (PTyL && PTyR) { in cmpConstants()243 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()249 if (PTyR) in cmpConstants()408 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local413 if (PTyR && PTyR->getAddressSpace() == 0) in cmpTypes()441 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()442 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()