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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6903 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
6907 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
6917 CondLHS, CondRHS, CC->get(), N->getDebugLoc(),
9661 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
9664 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
9666 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp5605 Expr *CondRHS; local
5607 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
5609 if (!ExprLooksBoolean(CondRHS))
5626 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9414 SDValue CondRHS = N->getOperand(1); local
9421 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) {
9423 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15735 SDValue CondRHS = Cond->getOperand(1); local
15741 Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS))
15747 isSplatVector(CondRHS.getNode()) && isSplatVector(OpRHS.getNode())) {
15749 if (CondRHS.getConstantOperandVal(0) == -A-1)
15760 ISD::isBuildVectorAllZeros(CondRHS.getNode()) &&

Completed in 349 milliseconds