Searched refs:PTyL (Results 1 – 1 of 1) sorted by relevance
638 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local640 if (PTyL && PTyR) { in cmpConstants()641 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()646 if (PTyL) in cmpConstants()804 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local808 if (PTyL && PTyL->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()