Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14122 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local
14123 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()
14125 APInt AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()