Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3688 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local3689 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()3694 Ty, BasePointerType->getNonOpaquePointerElementType())); in parseValID()7578 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local7579 if (!BasePointerType) in parseGetElementPtr()7582 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()7587 BasePointerType->getNonOpaquePointerElementType())); in parseGetElementPtr()