Searched defs:ShuffleVectorInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h1645 // ShuffleVectorInst Class
1648 /// ShuffleVectorInst - This instruction constructs a fixed permutation of two
1651 class ShuffleVectorInst : public Instruction { class in namespace:llvm
1653 virtual ShuffleVectorInst *clone_impl() const;
1660 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask,
1663 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask,
1709 static inline bool classof(const ShuffleVectorInst *) { return true; }
1719 struct OperandTraits<ShuffleVectorInst> :
1720 public FixedNumOperandTraits<ShuffleVectorInst, 3> {
1723 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorInst, Valu
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp1518 // ShuffleVectorInst Implementation
1521 ShuffleVectorInst::ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, function in class:ShuffleVectorInst
1527 OperandTraits<ShuffleVectorInst>::op_begin(this),
1528 OperandTraits<ShuffleVectorInst>::operands(this),
1538 ShuffleVectorInst::ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, function in class:ShuffleVectorInst
1544 OperandTraits<ShuffleVectorInst>::op_begin(this),
1545 OperandTraits<ShuffleVectorInst>::operands(this),
1556 bool ShuffleVectorInst
[all...]

Completed in 94 milliseconds