Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27660 EVT CN0VT = CN0.getValueType(); in visitINSERT_SUBVECTOR() local
27662 if (CN0VT.isVector() && CN1VT.isVector() && in visitINSERT_SUBVECTOR()
27663 CN0VT.getVectorElementType() == CN1VT.getVectorElementType() && in visitINSERT_SUBVECTOR()
27664 CN0VT.getVectorElementCount() == VT.getVectorElementCount()) { in visitINSERT_SUBVECTOR()