Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DNoFolder.h337 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm-project/llvm/include/llvm/IR/
DNoFolder.h312 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DConstantFolder.h277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/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-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h264 Constant *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-project/llvm/include/llvm/Analysis/
DTargetFolder.h271 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1878 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1708 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func