OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSCmp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
173
if (CmpInst *
LHSCmp
= dyn_cast<CmpInst>(LHSI)) {
178
return
LHSCmp
->getOperand(0) == RHSCmp->getOperand(1) &&
179
LHSCmp
->getOperand(1) == RHSCmp->getOperand(0) &&
180
LHSCmp
->getSwappedPredicate() == RHSCmp->getPredicate();
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
Completed in 875 milliseconds