Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1838 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); in TryToUnfoldSelect() local
1862 CondRHS, Pred, BB, CondCmp); in TryToUnfoldSelect()
1865 CondRHS, Pred, BB, CondCmp); in TryToUnfoldSelect()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5839 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); in visitBR_CC() local
5849 CondLHS, CondRHS, CC->get(), N->getDebugLoc(), in visitBR_CC()
7373 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); in SimplifySelectOps() local
7376 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) || in SimplifySelectOps()
7378 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS)))) in SimplifySelectOps()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9585 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); in visitBR_CC() local
9595 CondLHS, CondRHS, CC->get(), SDLoc(N), in visitBR_CC()
14105 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); in SimplifySelectOps() local
14108 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) || in SimplifySelectOps()
14110 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS)))) in SimplifySelectOps()
/external/clang/lib/Sema/
DSemaExpr.cpp6981 Expr *CondRHS; in DiagnoseConditionalPrecedence() local
6983 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS)) in DiagnoseConditionalPrecedence()
6985 if (!ExprLooksBoolean(CondRHS)) in DiagnoseConditionalPrecedence()
7002 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd())); in DiagnoseConditionalPrecedence()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7793 SDValue CondRHS = N->getOperand(1); in PerformSELECT_CCCombine() local
7800 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) { in PerformSELECT_CCCombine()
7802 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) { in PerformSELECT_CCCombine()