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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7471 // (shl (and (setcc) N01CV) N1CV) -> (and (setcc) N01CV<<N1CV)
7476 BuildVectorSDNode *N01CV = dyn_cast<BuildVectorSDNode>(N01); local
7478 if (N01CV && N01CV->isConstant() && N00.getOpcode() == ISD::SETCC &&
7482 N01CV, N1CV))

Completed in 100 milliseconds