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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1656 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); local
1680 CondRHS, Pred, BB);
1683 CondRHS, Pred, BB);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7510 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
7514 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
7524 CondLHS, CondRHS, CC->get(), SDLoc(N),
11057 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
11060 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
11062 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))
/external/clang/lib/Sema/
H A DSemaExpr.cpp6041 Expr *CondRHS; local
6043 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6045 if (!ExprLooksBoolean(CondRHS))
6062 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9490 SDValue CondRHS = N->getOperand(1); local
9497 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) {
9499 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19530 SDValue CondRHS = Cond->getOperand(1);
19536 Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS))
19541 if (auto *CondRHSBV = dyn_cast<BuildVectorSDNode>(CondRHS))
19559 ISD::isBuildVectorAllZeros(CondRHS.getNode()) &&

Completed in 298 milliseconds