Home
last modified time | relevance | path

Searched defs:CreateExtractValue (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
DNoFolder.h286 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h267 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
DNoFolder.h332 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h259 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h257 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
/external/llvm/bindings/go/llvm/
Dir.go1702 func (b Builder) CreateExtractValue(agg Value, i int, name string) (v Value) { func