Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp4254 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
4255 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
4256 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
4261 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
4262 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
4263 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()