Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1639 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); in TryToUnfoldSelect() local
1663 CondRHS, Pred, BB); in TryToUnfoldSelect()
1666 CondRHS, Pred, BB); in TryToUnfoldSelect()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6951 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); in visitBR_CC() local
6961 CondLHS, CondRHS, CC->get(), SDLoc(N), in visitBR_CC()
9721 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); in SimplifySelectOps() local
9724 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) || in SimplifySelectOps()
9726 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS)))) in SimplifySelectOps()
/external/clang/lib/Sema/
DSemaExpr.cpp5781 Expr *CondRHS; in DiagnoseConditionalPrecedence() local
5783 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS)) in DiagnoseConditionalPrecedence()
5785 if (!ExprLooksBoolean(CondRHS)) in DiagnoseConditionalPrecedence()
5802 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd())); in DiagnoseConditionalPrecedence()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9703 SDValue CondRHS = N->getOperand(1); in PerformSELECT_CCCombine() local
9710 if (DAG.isEqualTo(LHS, CondLHS) && DAG.isEqualTo(RHS, CondRHS)) { in PerformSELECT_CCCombine()
9712 } else if (DAG.isEqualTo(LHS, CondRHS) && DAG.isEqualTo(RHS, CondLHS)) { in PerformSELECT_CCCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16219 SDValue CondRHS = Cond->getOperand(1); in PerformSELECTCombine() local
16225 Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS)) in PerformSELECTCombine()
16231 isSplatVector(CondRHS.getNode()) && isSplatVector(OpRHS.getNode())) { in PerformSELECTCombine()
16233 if (CondRHS.getConstantOperandVal(0) == -A-1) in PerformSELECTCombine()
16244 ISD::isBuildVectorAllZeros(CondRHS.getNode()) && in PerformSELECTCombine()