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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp322 bool MergeInVectorType(VectorType *VInTy, uint64_t Offset);
416 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
417 if (MergeInVectorType(VInTy, Offset))
449 bool ConvertToScalarInfo::MergeInVectorType(VectorType *VInTy, argument
451 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
458 VectorTy = VInTy;

Completed in 37 milliseconds