Home
last modified time | relevance | path

Searched defs:CreateInsertValue (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h261 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DNoFolder.h334 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.go1708 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1775 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func