Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3688 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local
3689 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()
3694 Ty, BasePointerType->getNonOpaquePointerElementType())); in parseValID()
7578 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local
7579 if (!BasePointerType) in parseGetElementPtr()
7582 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
7587 BasePointerType->getNonOpaquePointerElementType())); in parseGetElementPtr()