Searched defs:NumConcat (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2313 unsigned NumConcat = WidenNumElts/InVTNumElts; local
2314 SmallVector<SDValue, 16> Ops(NumConcat);
2317 for (unsigned i = 1; i != NumConcat; ++i)
2533 unsigned NumConcat = WidenVT.getVectorNumElements() / local
2536 SmallVector<SDValue, 16> Ops(NumConcat);
2539 for (unsigned i = NumOperands; i != NumConcat; ++i)
2626 unsigned NumConcat = WidenNumElts/InVTNumElts; local
2627 SmallVector<SDValue, 16> Ops(NumConcat);
2630 for (unsigned i = 1; i != NumConcat; ++i)
2765 unsigned NumConcat local
3199 unsigned NumConcat = WidenNumElts / MaskNumElts; local
3415 unsigned NumConcat = WidenWidth / NewVTWidth; local
3724 unsigned NumConcat = WidenNumElts / InNumElts; local
[all...]

Completed in 42 milliseconds