Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1921 if (auto *FalseBOSI = dyn_cast<SelectInst>(FalseBO->getOperand(0))) { in visitSelectInst() local
1922 if (FalseBOSI->getCondition() == CondVal) { in visitSelectInst()
1923 FalseBO->setOperand(0, FalseBOSI->getFalseValue()); in visitSelectInst()
1928 if (auto *FalseBOSI = dyn_cast<SelectInst>(FalseBO->getOperand(1))) { in visitSelectInst() local
1929 if (FalseBOSI->getCondition() == CondVal) { in visitSelectInst()
1930 FalseBO->setOperand(1, FalseBOSI->getFalseValue()); in visitSelectInst()