Searched refs:SeqTy (Results 1 – 3 of 3) sorted by relevance
3211 if (SequentialType *SeqTy = dyn_cast<SequentialType>(Ty)) { in getTypePartition() local3213 if (SeqTy->isPointerTy()) in getTypePartition()3216 Type *ElementTy = SeqTy->getElementType(); in getTypePartition()3219 if (ArrayType *ArrTy = dyn_cast<ArrayType>(SeqTy)) { in getTypePartition()3222 } else if (VectorType *VecTy = dyn_cast<VectorType>(SeqTy)) { in getTypePartition()
800 if (SequentialType *SeqTy = dyn_cast<SequentialType>(InitTy)) { in LowerConstantInitializer() local804 if (ArrayType *AT = dyn_cast<ArrayType>(SeqTy)) in LowerConstantInitializer()806 else if (VectorType *VT = dyn_cast<VectorType>(SeqTy)) in LowerConstantInitializer()811 unsigned EltSize = TD.getTypeAllocSize(SeqTy->getElementType()); in LowerConstantInitializer()
3514 if (SequentialType *SeqTy = dyn_cast<SequentialType>(Ty)) { in getTypePartition() local3515 Type *ElementTy = SeqTy->getElementType(); in getTypePartition()3518 if (NumSkippedElements >= SeqTy->getNumElements()) in getTypePartition()