Searched refs:TrueBOSI (Results 1 – 1 of 1) sorted by relevance
1901 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local1902 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()1903 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()1908 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local1909 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()1910 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()