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

/external/llvm/include/llvm/
H A DInstructions.h1833 // InsertValueInst Class
1836 /// InsertValueInst - This instruction inserts a struct field of array element
1839 class InsertValueInst : public Instruction { class in namespace:llvm
1843 InsertValueInst(const InsertValueInst &IVI);
1851 inline InsertValueInst(Value *Agg, Value *Val,
1855 inline InsertValueInst(Value *Agg, Value *Val,
1861 InsertValueInst(Value *Agg, Value *Val,
1864 InsertValueInst(Value *Agg, Value *Val, unsigned Idx,
1867 virtual InsertValueInst *clone_imp
1941 InsertValueInst::InsertValueInst(Value *Agg, function in class:llvm::InsertValueInst
1951 InsertValueInst::InsertValueInst(Value *Agg, function in class:llvm::InsertValueInst
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp1637 // InsertValueInst Class
1640 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1648 assert(Idxs.size() > 0 && "InsertValueInst must have at least one index");
1659 InsertValueInst::InsertValueInst(const InsertValueInst &IVI) function in class:InsertValueInst
1661 OperandTraits<InsertValueInst>::op_begin(this), 2),
3388 InsertValueInst *InsertValueInst::clone_impl() const {
3389 return new InsertValueInst(*thi
[all...]

Completed in 87 milliseconds