Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3873 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local3874 if (Ty != BasePointerType->getElementType()) { in parseValID()3879 Ty, BasePointerType->getElementType())); in parseValID()7743 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local7744 if (!BasePointerType) in parseGetElementPtr()7747 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()7752 BasePointerType->getElementType())); in parseGetElementPtr()