Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3947 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local3948 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()3953 Ty, BasePointerType->getNonOpaquePointerElementType())); in parseValID()7853 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local7854 if (!BasePointerType) in parseGetElementPtr()7857 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()7862 BasePointerType->getNonOpaquePointerElementType())); in parseGetElementPtr()