Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1099 Value *IRBuilderBase::CreateVectorSplice(Value *V1, Value *V2, int64_t Imm, in CreateVectorSplice() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2694 LLVM_ABI Value *CreateVectorSplice(Value *V1, Value *V2, int64_t Imm,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp642 return Builder.CreateVectorSplice(V1, V2, -1, Name); in generate()