OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSCmp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
166
CmpInst *
RHSCmp
= cast<CmpInst>(RHSI);
168
return LHSCmp->getOperand(0) ==
RHSCmp
->getOperand(1) &&
169
LHSCmp->getOperand(1) ==
RHSCmp
->getOperand(0) &&
170
LHSCmp->getSwappedPredicate() ==
RHSCmp
->getPredicate();
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
Completed in 233 milliseconds