Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h220 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
DTargetFolder.h237 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
DNoFolder.h268 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/external/llvm/include/llvm/IR/
DConstantFolder.h227 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
DNoFolder.h281 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h252 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/external/llvm/bindings/go/llvm/
Dir.go1696 func (b Builder) CreateShuffleVector(v1, v2, mask Value, name string) (v Value) { func