Searched defs:CreateInsertValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | NoFolder.h | 291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 261 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | NoFolder.h | 334 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1708 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/ |
D | ir.go | 1775 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func
|