Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4723 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
4724 SmallVector<SDValue, 16> SubConcatOps(OpsToConcat); in CollectOpsToWiden()
4730 while (SubConcatEnd < OpsToConcat) in CollectOpsToWiden()
4719 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); CollectOpsToWiden() local