Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h262 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
H A DNoFolder.h327 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h227 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
H A DNoFolder.h281 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h254 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h252 Constant *CreateShuffleVector(Constant *V1, Constant *V2, in CreateShuffleVector() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1696 func (b Builder) CreateShuffleVector(v1, v2, mask Value, name string) (v Value) { func