Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18305 SDValue AndOp1 = Op0.getOperand(1); in rebuildSetCC() local
18307 if (AndOp1.getOpcode() == ISD::Constant) { in rebuildSetCC()
18308 const APInt &AndConst = AndOp1->getAsAPIntVal(); in rebuildSetCC()