Home
last modified time | relevance | path

Searched refs:PTyL (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.cpp239 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants() local
241 if (PTyL && PTyR) { in cmpConstants()
242 unsigned AddrSpaceL = PTyL->getAddressSpace(); in cmpConstants()
247 if (PTyL) in cmpConstants()
407 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpTypes() local
411 if (PTyL && PTyL->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()