Searched refs:VInTy (Results 1 – 1 of 1) sorted by relevance
276 bool MergeInVectorType(VectorType *VInTy, uint64_t Offset);355 if (VectorType *VInTy = dyn_cast<VectorType>(In)) { in MergeInTypeForLoadOrStore() local356 if (MergeInVectorType(VInTy, Offset)) in MergeInTypeForLoadOrStore()388 bool ConvertToScalarInfo::MergeInVectorType(VectorType *VInTy, in MergeInVectorType() argument390 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) { in MergeInVectorType()397 VectorTy = VInTy; in MergeInVectorType()