HomeSort by: relevance | last modified time | path
    Searched refs:InnerLHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 4542 SDValue InnerLHS = SetOrSelCC.getOperand(0);
4559 std::swap(InnerLHS, InnerRHS);
4571 if (LHS == InnerRHS && RHS == InnerLHS)
4573 else if (LHS != InnerLHS || RHS != InnerRHS)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 13072 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts();
13073 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS);

Completed in 30 milliseconds