Searched refs:SubVectorWidth (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6313 unsigned SubVectorWidth = SubVT.getSizeInBits(); in concatSubVectors() local 6315 SDValue V = insertSubVector(DAG.getUNDEF(VT), V1, 0, DAG, dl, SubVectorWidth); in concatSubVectors() 6316 return insertSubVector(V, V2, SubNumElts, DAG, dl, SubVectorWidth); in concatSubVectors()
|