Searched refs:isLHS (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1792 bool isLHS = true; local
1799 isLHS = false;
1845 BO->replaceAllUsesWith(BO->getOperand(isLHS));
1849 BO->setOperand(!isLHS, SplitVal);

Completed in 96 milliseconds