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

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 176 CmpInst *RHSCmp = cast<CmpInst>(RHSI);
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 75 milliseconds