Searched refs:PTyL (Results 1 – 1 of 1) sorted by relevance
239 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local241 if (PTyL && PTyR) { in cmpConstants()242 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()247 if (PTyL) in cmpConstants()407 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local411 if (PTyL && PTyL->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()