Home
last modified time | relevance | path

Searched defs:CreateShuffleVector (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h226 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
H A DNoFolder.h280 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h251 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1688 func (b Builder) CreateShuffleVector(v1, v2, mask Value, name string) (v Value) { func