Lines Matching refs:VectorTy
292 VectorType *VectorTy; member in __anoncd097cef0211::ConvertToScalarInfo
308 ScalarKind(Unknown), VectorTy(nullptr), HadNonMemTransferAccess(false), in ConvertToScalarInfo()
344 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8) in TryConvert()
355 assert(VectorTy && "Missing type for vector scalar."); in TryConvert()
357 << *VectorTy << '\n'); in TryConvert()
358 NewTy = VectorTy; // Use the vector type. in TryConvert()
426 (!VectorTy || EltSize == VectorTy->getElementType() in MergeInTypeForLoadOrStore()
428 if (!VectorTy) { in MergeInTypeForLoadOrStore()
430 VectorTy = VectorType::get(In, AllocaSize/EltSize); in MergeInTypeForLoadOrStore()
451 if (!VectorTy) in MergeInVectorType()
452 VectorTy = VInTy; in MergeInVectorType()