Searched refs:SimplifyShuffleVectorInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 222 Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4416 static Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask, in SimplifyShuffleVectorInst() function 4493 Value *llvm::SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask, in SimplifyShuffleVectorInst() function in llvm 4495 return ::SimplifyShuffleVectorInst(Op0, Op1, Mask, RetTy, Q, RecursionLimit); in SimplifyShuffleVectorInst() 5322 Result = SimplifyShuffleVectorInst(SVI->getOperand(0), SVI->getOperand(1), in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1594 if (auto *V = SimplifyShuffleVectorInst( in visitShuffleVectorInst()
|