Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1103 const AllocaBaseVariableType BasePointerType = in processAllocas() local
1105 sortAndCombineAllocas(FixedAllocas, MaxAlignment, Insts, BasePointerType); in processAllocas()
/external/llvm/lib/AsmParser/
DLLParser.cpp3170 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local
3171 if (Ty != BasePointerType->getElementType()) in ParseValID()
6234 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local
6235 if (!BasePointerType) in ParseGetElementPtr()
6238 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()