Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp646 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local
648 if (PTyL && PTyR) { in cmpConstants()
649 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()
654 if (PTyL) in cmpConstants()
812 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local
816 if (PTyL && PTyL->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()