Searched refs:SimplifyShuffleVectorInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 276 Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, ArrayRef<int> Mask,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 2351 if (auto *V = SimplifyShuffleVectorInst(LHS, RHS, SVI.getShuffleMask(), in visitShuffleVectorInst() 2406 if (auto *V = SimplifyShuffleVectorInst(X, UndefValue::get(XType), in visitShuffleVectorInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4715 static Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, in SimplifyShuffleVectorInst() function 4831 Value *llvm::SimplifyShuffleVectorInst(Value *Op0, Value *Op1, in SimplifyShuffleVectorInst() function in llvm 4834 return ::SimplifyShuffleVectorInst(Op0, Op1, Mask, RetTy, Q, RecursionLimit); in SimplifyShuffleVectorInst() 6199 Result = SimplifyShuffleVectorInst( in simplifyInstructionWithOperands()
|