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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19610 EVT CN0VT = CN0.getValueType(); local
19612 if (CN0VT.isVector() && CN1VT.isVector() &&
19613 CN0VT.getVectorElementType() == CN1VT.getVectorElementType() &&
19614 CN0VT.getVectorNumElements() == VT.getVectorNumElements()) {

Completed in 121 milliseconds