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.cpp6907 ConstantSDNode *N2CV = in getNode() local
6939 if (N2CV && N2CV->isZero()) in getNode()
6941 if (N2CV && N2CV->isAllOnes()) // X & -1 -> X in getNode()
6953 if (N2CV && N2CV->isZero()) in getNode()
7084 if (N2CV && N2CV->isZero()) in getNode()
10188 ConstantSDNode *N2CV = isConstOrConstSplat(N2, /*AllowUndefs*/ false, in getNode() local
10190 if (N2CV && N2CV->isZero()) { in getNode()