Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3562 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local3563 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()3568 Ty, BasePointerType->getElementType())); in parseValID()7444 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local7445 if (!BasePointerType) in parseGetElementPtr()7448 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()7453 BasePointerType->getElementType())); in parseGetElementPtr()