Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h260 Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, ArrayRef<int> Mask,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2291 if (auto *V = SimplifyShuffleVectorInst(LHS, RHS, SVI.getShuffleMask(), in visitShuffleVectorInst()
2346 if (auto *V = SimplifyShuffleVectorInst(X, UndefValue::get(XType), in visitShuffleVectorInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4639 static Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, in SimplifyShuffleVectorInst() function
4755 Value *llvm::SimplifyShuffleVectorInst(Value *Op0, Value *Op1, in SimplifyShuffleVectorInst() function in llvm
4758 return ::SimplifyShuffleVectorInst(Op0, Op1, Mask, RetTy, Q, RecursionLimit); in SimplifyShuffleVectorInst()
5948 SimplifyShuffleVectorInst(SVI->getOperand(0), SVI->getOperand(1), in SimplifyInstruction()