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

/external/llvm/include/llvm/IR/
H A DInstructions.h1932 // InsertValueInst Class
1935 /// InsertValueInst - This instruction inserts a struct field of array element
1938 class InsertValueInst : public Instruction { class in namespace:llvm
1942 InsertValueInst(const InsertValueInst &IVI);
1950 inline InsertValueInst(Value *Agg, Value *Val,
1954 inline InsertValueInst(Value *Agg, Value *Val,
1960 InsertValueInst(Value *Agg, Value *Val,
1963 InsertValueInst(Value *Agg, Value *Val, unsigned Idx,
1966 InsertValueInst *clone_imp
2039 InsertValueInst::InsertValueInst(Value *Agg, function in class:llvm::InsertValueInst
2049 InsertValueInst::InsertValueInst(Value *Agg, function in class:llvm::InsertValueInst
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp1657 // InsertValueInst Class
1660 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1668 assert(Idxs.size() > 0 && "InsertValueInst must have at least one index");
1679 InsertValueInst::InsertValueInst(const InsertValueInst &IVI) function in class:InsertValueInst
1681 OperandTraits<InsertValueInst>::op_begin(this), 2),
3581 InsertValueInst *InsertValueInst::clone_impl() const {
3582 return new InsertValueInst(*thi
[all...]

Completed in 1046 milliseconds