Lines Matching refs:ShuffleVectorInst
1836 ShuffleVectorInst::ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, in ShuffleVectorInst() function in ShuffleVectorInst
1842 OperandTraits<ShuffleVectorInst>::op_begin(this), in ShuffleVectorInst()
1843 OperandTraits<ShuffleVectorInst>::operands(this), in ShuffleVectorInst()
1853 ShuffleVectorInst::ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, in ShuffleVectorInst() function in ShuffleVectorInst
1859 OperandTraits<ShuffleVectorInst>::op_begin(this), in ShuffleVectorInst()
1860 OperandTraits<ShuffleVectorInst>::operands(this), in ShuffleVectorInst()
1871 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands()
1922 int ShuffleVectorInst::getMaskValue(Constant *Mask, unsigned i) { in getMaskValue()
1934 void ShuffleVectorInst::getShuffleMask(Constant *Mask, in getShuffleMask()
4031 ShuffleVectorInst *ShuffleVectorInst::cloneImpl() const { in cloneImpl()
4032 return new ShuffleVectorInst(getOperand(0), getOperand(1), getOperand(2)); in cloneImpl()