Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
DTargetFolder.h242 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
DNoFolder.h273 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
/external/llvm/include/llvm/IR/
DConstantFolder.h232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() function
DNoFolder.h286 Instruction *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