Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7437 ConstantSDNode *N2CV = in getNode() local
7469 if (N2CV && N2CV->isZero()) in getNode()
7471 if (N2CV && N2CV->isAllOnes()) // X & -1 -> X in getNode()
7491 if (N2CV && N2CV->isZero()) in getNode()
7631 if (N2CV && N2CV->isZero()) in getNode()
10734 ConstantSDNode *N2CV = isConstOrConstSplat(N2, /*AllowUndefs*/ false, in getNode() local
10736 if (N2CV && N2CV->isZero()) { in getNode()