Searched refs:SelectB (Results 1 – 2 of 2) sorted by relevance
571 if (auto *SelectB = dyn_cast<SelectInst>(PtrB)) { in lookThroughSelects() local572 return SelectA->getCondition() == SelectB->getCondition() && in lookThroughSelects()574 SelectB->getTrueValue(), PtrDelta, Depth) && in lookThroughSelects()576 SelectB->getFalseValue(), PtrDelta, Depth); in lookThroughSelects()
18632 auto SelectB = N->getOperand(2); in trySwapVSelectOperands() local18641 switch (SelectB.getOpcode()) { in trySwapVSelectOperands()18649 if (SelectA != SelectB.getOperand(0)) in trySwapVSelectOperands()18660 {InverseSetCC, SelectB, SelectA}); in trySwapVSelectOperands()