Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27699 auto *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local
27700 if (ConstAndRHS && ConstAndRHS->getAPIntValue().popcount() == 1) { in SimplifySelectCC()
27702 const APInt &AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()