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

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 177 if (CmpInst *LHSCmp = dyn_cast<CmpInst>(LHSI)) {
182 return LHSCmp->getOperand(0) == RHSCmp->getOperand(1) &&
183 LHSCmp->getOperand(1) == RHSCmp->getOperand(0) &&
184 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 215 milliseconds