HomeSort by relevance Sort by last modified time
    Searched refs:getIndices (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/VMCore/
Instruction.cpp 214 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
216 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices();
288 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
290 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices();
ConstantsContext.h 490 CE->getIndices() : ArrayRef<unsigned>());
Verifier.cpp     [all...]
Constants.cpp     [all...]
AsmWriter.cpp 966 ArrayRef<unsigned> Indices = CE->getIndices();
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 139 public ShortBuffer[] getIndices() {
PlanetsRenderer.java 215 ShortBuffer[] indices = mSpheres[i].getIndices();
389 ShortBuffer[] indices = mSpheres[i].getIndices();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices();
  /external/llvm/lib/CodeGen/
Analysis.cpp 343 EVI->getIndices()[0] != i)
  /external/llvm/lib/Analysis/
Lint.cpp 598 Ex->getIndices()))
611 ArrayRef<unsigned> Indices = CE->getIndices();
ConstantFolding.cpp     [all...]
ValueTracking.cpp 751 if (EVI->getIndices()[0] == 0) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/
Constants.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 252 milliseconds