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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp253 PointerType *PTyL = dyn_cast<PointerType>(TyL); local
255 if (PTyL && PTyR) {
256 unsigned AddrSpaceL = PTyL->getAddressSpace();
261 if (PTyL)
431 PointerType *PTyL = dyn_cast<PointerType>(TyL); local
435 if (PTyL && PTyL->getAddressSpace() == 0)
465 assert(PTyL && PTyR && "Both types must be pointers here.");
466 return cmpNumbers(PTyL->getAddressSpace(), PTyR->getAddressSpace());

Completed in 57 milliseconds