Home
last modified time | relevance | path

Searched refs:PTyL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp313 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local
315 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() local
528 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()