Searched refs:BasePointerType (Results 1 – 3 of 3) sorted by relevance
1006 const AllocaBaseVariableType BasePointerType = in processAllocas() local1008 sortAndCombineAllocas(FixedAllocas, MaxAlignment, Insts, BasePointerType); in processAllocas()
3170 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local3171 if (Ty != BasePointerType->getElementType()) in ParseValID()6234 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local6235 if (!BasePointerType) in ParseGetElementPtr()6238 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()
3582 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local3583 if (Ty != BasePointerType->getElementType()) in ParseValID()7214 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local7215 if (!BasePointerType) in ParseGetElementPtr()7218 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()