Searched refs:getIndices (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 214 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 216 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 270 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isSameOperationAs() 272 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isSameOperationAs()
|
D | ConstantsContext.h | 485 CE->getIndices() : ArrayRef<unsigned>());
|
D | Constants.cpp | 1017 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr 1080 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices()); in getWithOperands() 1082 return ConstantExpr::getExtractValue(Ops[0], getIndices()); in getWithOperands()
|
D | Verifier.cpp | 1462 EVI.getIndices()) == in visitExtractValueInst() 1471 IVI.getIndices()) == in visitInsertValueInst()
|
D | AsmWriter.cpp | 953 ArrayRef<unsigned> Indices = CE->getIndices(); in WriteConstantInternal()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in isEquivalentOperation() 327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in isEquivalentOperation()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 598 Ex->getIndices())) in findValueImpl() 611 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
|
D | ConstantFolding.cpp | 807 IVI->getIndices()); in ConstantFoldInstruction() 812 EVI->getIndices()); in ConstantFoldInstruction()
|
D | InstructionSimplify.cpp | 2598 EV->getIndices() == Idxs) { in SimplifyInsertValueInst() 2846 IV->getIndices(), TD, TLI, DT); in SimplifyInstruction()
|
D | ValueTracking.cpp | 751 if (EVI->getIndices()[0] == 0) { in ComputeMaskedBits()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1279 return ExtractValueInst::Create(C2, EV.getIndices().slice(1)); in visitExtractValueInst() 1301 EV.getIndices()); in visitExtractValueInst() 1319 EV.getIndices()); in visitExtractValueInst()
|
/external/llvm/include/llvm/ |
D | Constants.h | 1060 ArrayRef<unsigned> getIndices() const;
|
D | Instructions.h | 1785 ArrayRef<unsigned> getIndices() const { 1907 ArrayRef<unsigned> getIndices() const {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 912 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in SelectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3004 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3044 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 3297 getIndices: function(a, b, total) { method 3326 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
|
D | concat-jquery-mootools-prototype.js | 11676 getIndices: function(a, b, total) { method 11705 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
|