Home
last modified time | relevance | path

Searched refs:TrueBOSI (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3677 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3678 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3679 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3684 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3685 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3686 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()