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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2505 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); local
2533 CondRHS, Pred, BB, CondCmp);
2536 CondRHS, Pred, BB, CondCmp);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp591 Register CondRHS = getOrCreateVReg(*CB.CmpRHS); local
592 Cond = MIB.buildICmp(CB.PredInfo.Pred, i1Ty, CondLHS, CondRHS).getReg(0);
602 Register CondRHS = getOrCreateVReg(*CB.CmpRHS); local
604 MIB.buildICmp(CmpInst::ICMP_SLE, i1Ty, CmpOpReg, CondRHS).getReg(0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2373 SDValue CondRHS = getValue(CB.CmpRHS); local
2380 CondRHS = DAG.getPtrExtOrTrunc(CondRHS, getCurSDLoc(), MemVT);
2382 Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, CondRHS, CB.CC);
H A DDAGCombiner.cpp13652 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
13656 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
13666 CondLHS, CondRHS, CC->get(), SDLoc(N),
20171 // predecessor to {RLD, LLD, CondLHS, CondRHS}. As we've already compared
20172 // the Loads, we only need to check if CondLHS/CondRHS is a successor to
20177 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
20179 Worklist.push_back(CondRHS);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7832 Expr *CondRHS; local
7834 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
7836 if (!ExprLooksBoolean(CondRHS))
7858 SourceRange(CondRHS->getBeginLoc(), RHSExpr->getEndLoc()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 407 milliseconds