Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1006 const AllocaBaseVariableType BasePointerType = in processAllocas() local
1008 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3582 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local
3583 if (Ty != BasePointerType->getElementType()) in ParseValID()
7214 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local
7215 if (!BasePointerType) in ParseGetElementPtr()
7218 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()