Searched refs:PTyL (Results 1 – 1 of 1) sorted by relevance
313 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local315 if (PTyL && PTyR) { in cmpConstants()316 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()321 if (PTyL) in cmpConstants()524 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local528 if (PTyL && PTyL->getAddressSpace() == 0) in cmpTypes()558 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()559 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()