Home
last modified time | relevance | path

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 DConstantFolder.h272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
H A DNoFolder.h337 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
H A DNoFolder.h291 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 DTargetFolder.h264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1708 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func