Home
last modified time | relevance | path

Searched defs:CreateInsertValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DNoFolder.h291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm/bindings/go/llvm/
Dir.go1700 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func