OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinOp1
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp
450
const BinaryOperator *
BinOp1
= cast<BinaryOperator>(Stmt1);
452
return
BinOp1
->getOpcode() == BinOp2->getOpcode();
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
Completed in 58 milliseconds