Searched refs:BasePointerType (Results 1 – 3 of 3) sorted by relevance
1103 const AllocaBaseVariableType BasePointerType = in processAllocas() local1105 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()
3448 auto *BasePointerType = cast<PointerType>(BaseType->getScalarType()); in ParseValID() local3449 if (Ty != BasePointerType->getElementType()) in ParseValID()6736 PointerType *BasePointerType = dyn_cast<PointerType>(BaseType->getScalarType()); in ParseGetElementPtr() local6737 if (!BasePointerType) in ParseGetElementPtr()6740 if (Ty != BasePointerType->getElementType()) in ParseGetElementPtr()