Searched defs:getIndices (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DConstants.cpp1074 ArrayRef<unsigned> ConstantExpr::getIndices() const { function in class:ConstantExpr
1137 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices());
1139 return ConstantExpr::getExtractValue(Ops[0], getIndices());
2768 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
2770 return ExtractValueInst::Create(Ops[0], getIndices());
/external/llvm/include/llvm/IR/
H A DInstructions.h1808 ArrayRef<unsigned> getIndices() const { function in class:llvm::ExtractValueInst
1929 ArrayRef<unsigned> getIndices() const { function in class:llvm::InsertValueInst

Completed in 172 milliseconds