Searched refs:WideNumElts (Results 1 – 2 of 2) sorted by relevance
7293 unsigned WideNumElts = 128 / EltVT.getSizeInBits(); in widenVec() local7294 EVT WideVT = EVT::getVectorVT(*DAG.getContext(), EltVT, WideNumElts); in widenVec()7296 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec()7320 unsigned WideNumElts = WideVT.getVectorNumElements(); in LowerINT_TO_FPVector() local7324 for (unsigned i = 0; i < WideNumElts; ++i) in LowerINT_TO_FPVector()7325 ShuffV.push_back(i + WideNumElts); in LowerINT_TO_FPVector()7327 int Stride = FourEltRes ? WideNumElts / 4 : WideNumElts / 2; in LowerINT_TO_FPVector()
16947 unsigned WideNumElts = WideBVT.getVectorNumElements(); in narrowExtractedVectorBinOp() local16948 if (WideNumElts % NarrowingRatio != 0) in narrowExtractedVectorBinOp()16953 WideNumElts / NarrowingRatio); in narrowExtractedVectorBinOp()