Searched refs:SelectB (Results 1 – 2 of 2) sorted by relevance
574 if (auto *SelectB = dyn_cast<SelectInst>(PtrB)) { in lookThroughSelects() local575 return SelectA->getCondition() == SelectB->getCondition() && in lookThroughSelects()577 SelectB->getTrueValue(), PtrDelta, Depth) && in lookThroughSelects()579 SelectB->getFalseValue(), PtrDelta, Depth); in lookThroughSelects()
20520 auto SelectB = N->getOperand(2); in trySwapVSelectOperands() local20529 switch (SelectB.getOpcode()) { in trySwapVSelectOperands()20537 if (SelectA != SelectB.getOperand(0)) in trySwapVSelectOperands()20548 {InverseSetCC, SelectB, SelectA}); in trySwapVSelectOperands()