Searched defs:CreateExtractValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DConstantFolder.h225 Constant *CreateExtractValue(Constant *Agg, function in class:llvm::ConstantFolder
H A DTargetFolder.h242 Constant *CreateExtractValue(Constant *Agg, function in class:llvm::TargetFolder
H A DNoFolder.h285 Instruction *CreateExtractValue(Constant *Agg, function in class:llvm::NoFolder
/external/llvm/include/llvm/
H A DIRBuilder.h1238 Value *CreateExtractValue(Value *Agg, function in class:llvm::IRBuilder
1242 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);

Completed in 86 milliseconds