Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp638 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local
640 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() local
808 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()