Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
2828 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local2829 if (Ty != BasePointerType->getElementType()) in ParseValID()2853 !BasePointerType->getElementType()->isSized(&Visited)) in ParseValID()5514 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local5515 if (!BasePointerType) in ParseGetElementPtr()5518 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()5546 !BasePointerType->getElementType()->isSized(&Visited)) in ParseGetElementPtr()