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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1347 bool isLHS = true; local
1354 isLHS = false;
1401 BO->replaceAllUsesWith(BO->getOperand(isLHS));
1405 BO->setOperand(!isLHS, SplitVal);

Completed in 67 milliseconds