Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2630 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy); in getShuffleVector() local
2631 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); in getShuffleVector()