/external/llvm/lib/IR/ |
D | Instruction.cpp | 304 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 306 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isIdenticalToWhenDefined() 378 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isSameOperationAs() 380 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isSameOperationAs()
|
D | Constants.cpp | 1069 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr 1132 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices()); in getWithOperands() 1134 return ConstantExpr::getExtractValue(Ops[0], getIndices()); in getWithOperands() 2750 return InsertValueInst::Create(Ops[0], Ops[1], getIndices()); in getAsInstruction() 2752 return ExtractValueInst::Create(Ops[0], getIndices()); in getAsInstruction()
|
D | ConstantsContext.h | 490 CE->getIndices() : ArrayRef<unsigned>());
|
D | Verifier.cpp | 1733 EVI.getIndices()) == in visitExtractValueInst() 1742 IVI.getIndices()) == in visitInsertValueInst()
|
D | AsmWriter.cpp | 1053 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 | 632 Ex->getIndices())) in findValueImpl() 645 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
|
D | ConstantFolding.cpp | 873 IVI->getIndices()); in ConstantFoldInstruction() 878 EVI->getIndices()); in ConstantFoldInstruction()
|
D | InstructionSimplify.cpp | 2770 EV->getIndices() == Idxs) { in SimplifyInsertValueInst() 3112 IV->getIndices(), TD, TLI, DT); in SimplifyInstruction()
|
D | ValueTracking.cpp | 763 if (EVI->getIndices()[0] == 0) { in ComputeMaskedBits()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 344 EVI->getIndices()[0] != i) in isInTailCallPosition()
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 641 SimplifiedValues[&I] = ConstantExpr::getExtractValue(C, I.getIndices()); in visitExtractValue() 659 I.getIndices()); in visitInsertValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1666 return ExtractValueInst::Create(C2, EV.getIndices().slice(1)); in visitExtractValueInst() 1688 EV.getIndices()); in visitExtractValueInst() 1706 EV.getIndices()); in visitExtractValueInst()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1057 ArrayRef<unsigned> getIndices() const;
|
D | Instructions.h | 1794 ArrayRef<unsigned> getIndices() const { 1915 ArrayRef<unsigned> getIndices() const {
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1755 Value *ResShadow = IRB.CreateExtractValue(AggShadow, I.getIndices()); in visitExtractValueInst() 1768 Value *Res = IRB.CreateInsertValue(AggShadow, InsShadow, I.getIndices()); in visitInsertValueInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 955 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in SelectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3071 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3111 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);
|