Searched refs:SelectA (Results 1 – 1 of 1) sorted by relevance
493 if (auto *SelectA = dyn_cast<SelectInst>(PtrA)) { in lookThroughSelects() local495 return SelectA->getCondition() == SelectB->getCondition() && in lookThroughSelects()496 areConsecutivePointers(SelectA->getTrueValue(), in lookThroughSelects()498 areConsecutivePointers(SelectA->getFalseValue(), in lookThroughSelects()