Searched defs:CreateShuffleVector (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 220 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
D | TargetFolder.h | 237 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
D | NoFolder.h | 268 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 227 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
D | NoFolder.h | 281 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 252 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1696 func (b Builder) CreateShuffleVector(v1, v2, mask Value, name string) (v Value) { func
|