Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24144 auto *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local
24145 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()
24147 const APInt &AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()