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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 590 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands();
591 IndicesTheSame &= GEPLHS->getOperand(0)->getType() ==
593 if (IndicesTheSame)
596 IndicesTheSame = false;
601 if (IndicesTheSame)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 128 milliseconds