Home
last modified time | relevance | path

Searched defs:CreateInsertValue (Results 1 – 7 of 7) 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-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/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/bindings/go/llvm/
Dir.go1708 func (b Builder) CreateInsertValue(agg, elt Value, i int, name string) (v Value) { func