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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11256 SDValue N2Elt = N2.getOperand(i); local
11257 if (N1Elt.isUndef() || N2Elt.isUndef())
11259 if (N1Elt.getValueType() != N2Elt.getValueType())
11263 const APInt &C2 = cast<ConstantSDNode>(N2Elt)->getAPIntValue();

Completed in 271 milliseconds