Searched refs:PTyL (Results 1 – 2 of 2) sorted by relevance
227 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local229 if (PTyL && PTyR) { in cmpConstants()230 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()235 if (PTyL) in cmpConstants()395 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local399 if (PTyL && PTyL->getAddressSpace() == 0) in cmpTypes()433 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()434 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()
646 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local648 if (PTyL && PTyR) { in cmpConstants()649 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()654 if (PTyL) in cmpConstants()812 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local816 if (PTyL && PTyL->getAddressSpace() == 0) in cmpTypes()853 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()854 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()