Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3562 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local
3563 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()
3568 Ty, BasePointerType->getElementType())); in parseValID()
7444 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local
7445 if (!BasePointerType) in parseGetElementPtr()
7448 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
7453 BasePointerType->getElementType())); in parseGetElementPtr()