• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/

Lines Matching refs:getCondition

65   if (!match(Sel.getCondition(), m_Cmp(Pred, m_Value(X), m_Constant(C))))
295 Value *Cond = SI.getCondition();
444 Value *NewSel = Builder.CreateSelect(SI.getCondition(), OOp, C);
475 Value *NewSel = Builder.CreateSelect(SI.getCondition(), C, OOp);
678 Value *Cond = Sel.getCondition();
1574 const PHINode *CondPHI = cast<PHINode>(SI.getCondition());
1665 Builder.CreateSelect(SI->getCondition(), SI->getFalseValue(),
1724 Value *CondVal = SI.getCondition();
1799 Value *CondVal = SI.getCondition();
1933 Value *Cond = Sel.getCondition();
1978 Value *CondVal = SI.getCondition();
2022 Value *Cond = Sel.getCondition();
2038 Value *Cond = Sel.getCondition();
2121 if (Select->getCondition() == SI.getCondition())
2127 auto *CmpXchg = isExtractFromCmpXchg(SI.getCondition(), 1);
2346 Value *Cond = Sel.getCondition();
2363 Value *Cond = Sel.getCondition();
2420 Value *Cond = Sel.getCondition();
2467 Value *Cond = Sel.getCondition();
2534 Value *CondVal = SI.getCondition();
2771 cast<FPMathOperator>(SI.getCondition())->getFastMathFlags();
2840 if (auto *PN = dyn_cast<PHINode>(SI.getCondition()))
2848 if (TrueSI->getCondition()->getType() == CondVal->getType()) {
2850 if (TrueSI->getCondition() == CondVal) {
2859 Value *And = Builder.CreateAnd(CondVal, TrueSI->getCondition());
2867 if (FalseSI->getCondition()->getType() == CondVal->getType()) {
2869 if (FalseSI->getCondition() == CondVal) {
2876 Value *Or = Builder.CreateOr(CondVal, FalseSI->getCondition());
2904 if (TrueBOSI->getCondition() == CondVal) {
2911 if (TrueBOSI->getCondition() == CondVal) {
2924 if (FalseBOSI->getCondition() == CondVal) {
2931 if (FalseBOSI->getCondition() == CondVal) {