Searched refs:VInTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp315 bool MergeInVectorType(VectorType *VInTy, uint64_t Offset);
408 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
409 if (MergeInVectorType(VInTy, Offset))
441 bool ConvertToScalarInfo::MergeInVectorType(VectorType *VInTy, argument
443 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
450 VectorTy = VInTy;

Completed in 46 milliseconds