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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8832 SDValue N2Elt = N2.getOperand(i); local
8833 if (N1Elt.isUndef() || N2Elt.isUndef())
8837 const APInt &C2 = cast<ConstantSDNode>(N2Elt)->getAPIntValue();

Completed in 241 milliseconds