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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2112 PointerType *StrippedPtrTy = cast<PointerType>(StrippedPtr->getType()); local
2116 Type *StrippedPtrEltTy = StrippedPtrTy->getElementType();
2137 if (StrippedPtrTy->getAddressSpace() == GEP.getAddressSpace())
2156 if (StrippedPtrTy->getAddressSpace() == GEP.getAddressSpace()) {

Completed in 179 milliseconds