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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17458 unsigned NumConcats = VT.getSizeInBits() / InVT1.getSizeInBits(); local
17459 assert(NumConcats >= 2 && "Concat needs at least two inputs!");
17460 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1));
18729 unsigned NumConcats = NumElts / NumElemsPerConcat; local
18748 for (unsigned I = 0; I != NumConcats; ++I) {

Completed in 206 milliseconds