Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1901 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
1902 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() local
1909 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
1910 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()