Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h236 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
H A DNoFolder.h290 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h261 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1700 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func