Searched defs:CreateInsertValue (Results 1 – 4 of 4) sorted by relevance
237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
1700 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func