Searched refs:ChopLen (Results 1 – 1 of 1) sorted by relevance
1371 unsigned ChopLen = (8 * HVC.HST.getVectorLength()) / std::min(Width, 32u); in processFxpMul() local1375 ChopOp.ResTy = VectorType::get(Op.ResTy->getElementType(), ChopLen, false); in processFxpMul()1377 for (unsigned V = 0; V != VecLen / ChopLen; ++V) { in processFxpMul()1378 ChopOp.X.Val = HVC.subvector(Builder, X, V * ChopLen, ChopLen); in processFxpMul()1379 ChopOp.Y.Val = HVC.subvector(Builder, Y, V * ChopLen, ChopLen); in processFxpMul()