Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h312 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
H A DConstantFolder.h277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h271 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1878 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func