Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp240 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants() local
241 if (PTyL && PTyR) { in cmpConstants()
243 unsigned AddrSpaceR = PTyR->getAddressSpace(); in cmpConstants()
249 if (PTyR) in cmpConstants()
408 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpTypes() local
413 if (PTyR && PTyR->getAddressSpace() == 0) in cmpTypes()
441 assert(PTyL && PTyR && "Both types must be pointers here."); in cmpTypes()
442 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace()); in cmpTypes()