Searched refs:BasePointerType (Results 1 – 4 of 4) 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()
3783 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in parseValID() local3784 if (Ty != BasePointerType->getElementType()) in parseValID()7605 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in parseGetElementPtr() local7606 if (!BasePointerType) in parseGetElementPtr()7609 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()