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

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

Completed in 1130 milliseconds