Home
last modified time | relevance | path

Searched refs:BasePointerType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3873 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local
3874 if (Ty != BasePointerType->getElementType()) { in parseValID()
3879 Ty, BasePointerType->getElementType())); in parseValID()
7743 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local
7744 if (!BasePointerType) in parseGetElementPtr()
7747 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
7752 BasePointerType->getElementType())); in parseGetElementPtr()