Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp3947 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local
3948 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()
3953 Ty, BasePointerType->getNonOpaquePointerElementType())); in parseValID()
7853 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local
7854 if (!BasePointerType) in parseGetElementPtr()
7857 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
7862 BasePointerType->getNonOpaquePointerElementType())); in parseGetElementPtr()