Home
last modified time | relevance | path

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

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