Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
4278 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local4279 if (!BasePointerType) in ParseGetElementPtr()4304 if (!Indices.empty() && !BasePointerType->getElementType()->isSized()) in ParseGetElementPtr()