Searched defs:CondRHS (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1688 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); local
1712 CondRHS, Pred, BB, CondCmp);
1715 CondRHS, Pred, BB, CondCmp);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8524 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
8528 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
8538 CondLHS, CondRHS, CC->get(), SDLoc(N),
12606 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
12609 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
12611 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9662 SDValue CondRHS = N->getOperand(1); local
9669 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) {
9671 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp6428 Expr *CondRHS; local
6430 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6432 if (!ExprLooksBoolean(CondRHS))
6449 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));

Completed in 330 milliseconds