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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7572 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
7573 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) {
7575 APInt AndMask = ConstAndRHS->getAPIntValue();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14306 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
14307 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) {
14309 const APInt &AndMask = ConstAndRHS->getAPIntValue();

Completed in 431 milliseconds