Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance
3468 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local3469 if (Ty != BasePointerType->getElementType()) in ParseValID()6905 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local6906 if (!BasePointerType) in ParseGetElementPtr()6909 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()