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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp276 bool MergeInVectorType(VectorType *VInTy, uint64_t Offset);
355 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
356 if (MergeInVectorType(VInTy, Offset))
388 bool ConvertToScalarInfo::MergeInVectorType(VectorType *VInTy, argument
390 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
397 VectorTy = VInTy;

Completed in 21 milliseconds