Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp3006 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local
3007 if (Ty != BasePointerType->getElementType()) in ParseValID()
6011 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local
6012 if (!BasePointerType) in ParseGetElementPtr()
6015 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()