Home
last modified time | relevance | path

Searched refs:getIndices (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp304 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()
DConstants.cpp1069 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()
DConstantsContext.h490 CE->getIndices() : ArrayRef<unsigned>());
DVerifier.cpp1733 EVI.getIndices()) == in visitExtractValueInst()
1742 IVI.getIndices()) == in visitInsertValueInst()
DAsmWriter.cpp1053 ArrayRef<unsigned> Indices = CE->getIndices(); in WriteConstantInternal()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in isEquivalentOperation()
327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in isEquivalentOperation()
/external/llvm/lib/Analysis/
DLint.cpp632 Ex->getIndices())) in findValueImpl()
645 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
DConstantFolding.cpp873 IVI->getIndices()); in ConstantFoldInstruction()
878 EVI->getIndices()); in ConstantFoldInstruction()
DInstructionSimplify.cpp2770 EV->getIndices() == Idxs) { in SimplifyInsertValueInst()
3112 IV->getIndices(), TD, TLI, DT); in SimplifyInstruction()
DValueTracking.cpp763 if (EVI->getIndices()[0] == 0) { in ComputeMaskedBits()
/external/llvm/lib/CodeGen/
DAnalysis.cpp344 EVI->getIndices()[0] != i) in isInTailCallPosition()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp641 SimplifiedValues[&I] = ConstantExpr::getExtractValue(C, I.getIndices()); in visitExtractValue()
659 I.getIndices()); in visitInsertValue()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1666 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/
DConstants.h1057 ArrayRef<unsigned> getIndices() const;
DInstructions.h1794 ArrayRef<unsigned> getIndices() const {
1915 ArrayRef<unsigned> getIndices() const {
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1755 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/
DFastISel.cpp955 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in SelectExtractValue()
DSelectionDAGBuilder.cpp3071 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue()
3111 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js3297 getIndices: function(a, b, total) { method
3326 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
Dconcat-jquery-mootools-prototype.js11676 getIndices: function(a, b, total) { method
11705 var indices = Selector.pseudos.getIndices(a, b, nodes.length);