Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2573 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy); in getShuffleVector() local
2574 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); in getShuffleVector()