Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h222 Value *SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4416 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 DInstCombineVectorOps.cpp1594 if (auto *V = SimplifyShuffleVectorInst( in visitShuffleVectorInst()