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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp316 bool MergeInVectorType(VectorType *VInTy, uint64_t Offset);
410 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
411 if (MergeInVectorType(VInTy, Offset))
443 bool ConvertToScalarInfo::MergeInVectorType(VectorType *VInTy, argument
445 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
452 VectorTy = VInTy;

Completed in 116 milliseconds