HomeSort by: relevance | last modified time | path
    Searched defs:ExtractValueInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 2326 // ExtractValueInst Class
2332 class ExtractValueInst : public UnaryInstruction {
2335 ExtractValueInst(const ExtractValueInst &EVI);
2341 inline ExtractValueInst(Value *Agg,
2345 inline ExtractValueInst(Value *Agg,
2355 ExtractValueInst *cloneImpl() const;
2358 static ExtractValueInst *Create(Value *Agg,
2363 ExtractValueInst(Agg, Idxs, NameStr, InsertBefore);
2366 static ExtractValueInst *Create(Value *Agg
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2329 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) ==
2348 // ExtractValueInst Class
2351 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) {
2356 assert(!Idxs.empty() && "ExtractValueInst must have at least one index");
2362 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI)
2374 Type *ExtractValueInst::getIndexedType(Type *Agg,
4348 ExtractValueInst *ExtractValueInst::cloneImpl() const
    [all...]

Completed in 18 milliseconds