Searched refs:simplifyShuffleVectorInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 112 return simplifyShuffleVectorInst(V1, V2, Mask, RetTy, SQ); in FoldShuffleVector()
|
| H A D | InstructionSimplify.h | 275 Value *simplifyShuffleVectorInst(Value *Op0, Value *Op1, ArrayRef<int> Mask,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 2548 if (auto *V = simplifyShuffleVectorInst(LHS, RHS, SVI.getShuffleMask(), in visitShuffleVectorInst() 2603 if (auto *V = simplifyShuffleVectorInst(X, UndefValue::get(XType), in visitShuffleVectorInst()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4939 static Value *simplifyShuffleVectorInst(Value *Op0, Value *Op1, in simplifyShuffleVectorInst() function 5055 Value *llvm::simplifyShuffleVectorInst(Value *Op0, Value *Op1, in simplifyShuffleVectorInst() function in llvm 5058 return ::simplifyShuffleVectorInst(Op0, Op1, Mask, RetTy, Q, RecursionLimit); in simplifyShuffleVectorInst() 6412 Result = simplifyShuffleVectorInst( in simplifyInstructionWithOperands()
|