Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3006 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local3007 if (Ty != BasePointerType->getElementType()) in ParseValID()6011 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local6012 if (!BasePointerType) in ParseGetElementPtr()6015 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()