Searched refs:PTyL (Results 1 – 1 of 1) sorted by relevance
329 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local331 if (PTyL && PTyR) { in cmpConstants()332 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()337 if (PTyL) in cmpConstants()538 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local542 if (PTyL && PTyL->getAddressSpace() == 0) in cmpTypes()572 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()573 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()