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.cpp13014 SDValue N2Elt = N2.getOperand(i); in foldVSelectOfConstants() local
13018 if (N2Elt.isUndef() || N1Elt.getValueType() != N2Elt.getValueType()) { in foldVSelectOfConstants()
13025 const APInt &C2 = N2Elt->getAsAPIntVal(); in foldVSelectOfConstants()