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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1838 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); local
1862 CondRHS, Pred, BB, CondCmp);
1865 CondRHS, Pred, BB, CondCmp);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5835 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
5839 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
5849 CondLHS, CondRHS, CC->get(), N->getDebugLoc(),
7373 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
7376 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
7378 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp7793 SDValue CondRHS = N->getOperand(1); local
7800 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) {
7802 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp6981 Expr *CondRHS; local
6983 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6985 if (!ExprLooksBoolean(CondRHS))
7002 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9581 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
9585 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
9595 CondLHS, CondRHS, CC->get(), SDLoc(N),
14105 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
14108 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
14110 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26758 SDValue CondRHS = Cond->getOperand(1); local
[all...]

Completed in 728 milliseconds