Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp647 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local
648 if (PTyL && PTyR) { in cmpConstants()
650 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()
656 if (PTyR) in cmpConstants()
813 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local
818 if (PTyR && PTyR->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()