Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1825 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); in TryToUnfoldSelect() local
1849 CondRHS, Pred, BB, CondCmp); in TryToUnfoldSelect()
1852 CondRHS, Pred, BB, CondCmp); in TryToUnfoldSelect()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9468 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); in visitBR_CC() local
9478 CondLHS, CondRHS, CC->get(), SDLoc(N), in visitBR_CC()
13921 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); in SimplifySelectOps() local
13924 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) || in SimplifySelectOps()
13926 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS)))) in SimplifySelectOps()
/external/clang/lib/Sema/
DSemaExpr.cpp6593 Expr *CondRHS; in DiagnoseConditionalPrecedence() local
6595 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS)) in DiagnoseConditionalPrecedence()
6597 if (!ExprLooksBoolean(CondRHS)) in DiagnoseConditionalPrecedence()
6614 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd())); in DiagnoseConditionalPrecedence()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24284 SDValue CondRHS = Cond->getOperand(1); in PerformSELECTCombine() local
24290 Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS)) in PerformSELECTCombine()
24295 if (auto *CondRHSBV = dyn_cast<BuildVectorSDNode>(CondRHS)) in PerformSELECTCombine()
24313 ISD::isBuildVectorAllZeros(CondRHS.getNode()) && in PerformSELECTCombine()