Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp2828 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local
2829 if (Ty != BasePointerType->getElementType()) in ParseValID()
2853 !BasePointerType->getElementType()->isSized(&Visited)) in ParseValID()
5514 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local
5515 if (!BasePointerType) in ParseGetElementPtr()
5518 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()
5546 !BasePointerType->getElementType()->isSized(&Visited)) in ParseGetElementPtr()