Searched refs:TrueBOSI (Results 1 – 1 of 1) sorted by relevance
3897 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local3898 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()3899 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()3904 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local3905 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()3906 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()