Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13087 unsigned SrcBWSz = DL->getTypeSizeInBits(UserScalarTy); in getEntryCost() local
13090 if (BWSz > SrcBWSz) in getEntryCost()
13355 unsigned SrcBWSz = DL->getTypeSizeInBits(SrcScalarTy->getScalarType()); in getEntryCost() local
13357 SrcBWSz = SrcIt->second.first; in getEntryCost()
13359 SrcScalarTy = IntegerType::get(F->getContext(), SrcBWSz); in getEntryCost()
13364 if (BWSz == SrcBWSz) { in getEntryCost()
13366 } else if (BWSz < SrcBWSz) { in getEntryCost()
13369 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()
13372 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()
13796 unsigned SrcBWSz = in getEntryCost() local
[all …]