Home
last modified time | relevance | path

Searched refs:SimplifyShuffleVectorInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h276 Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, ArrayRef<int> Mask,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2351 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 DInstructionSimplify.cpp4715 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()