Searched defs:CreateInsertValue (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
H A D | NoFolder.h | 337 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
H A D | NoFolder.h | 291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1708 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func
|