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.h273 Instruction *CreateExtractValue(Constant *Agg, function in class:llvm::NoFolder
H A DIRBuilder.h1223 Value *CreateExtractValue(Value *Agg, function in class:llvm::IRBuilder
1227 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);

Completed in 113 milliseconds