Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12226 SDValue N2Elt = N2.getOperand(i); in foldVSelectOfConstants() local
12227 if (N1Elt.isUndef() || N2Elt.isUndef()) in foldVSelectOfConstants()
12229 if (N1Elt.getValueType() != N2Elt.getValueType()) { in foldVSelectOfConstants()
12236 const APInt &C2 = N2Elt->getAsAPIntVal(); in foldVSelectOfConstants()