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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 431 const BinaryOperator *BinOp1 = cast<BinaryOperator>(Stmt1);
433 return BinOp1->getOpcode() == BinOp2->getOpcode();
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 61 milliseconds