Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp3386 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3387 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3388 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3393 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3394 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3395 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()