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

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 281 unsigned FinalIndex = GEPA->getNumOperands() - 1;
282 for (unsigned i = 0; i < FinalIndex; i++)
286 Instruction *OpA = dyn_cast<Instruction>(GEPA->getOperand(FinalIndex));
287 Instruction *OpB = dyn_cast<Instruction>(GEPB->getOperand(FinalIndex));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 647 milliseconds