Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2597 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy); in getShuffleVector() local
2598 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); in getShuffleVector()