Searched refs:WideOpLen (Results 1 – 1 of 1) sorted by relevance
3156 unsigned WideOpLen = (8 * HwLen) / ElemTy.getSizeInBits(); in WidenHvxSetCC() local3157 assert(WideOpLen * ElemTy.getSizeInBits() == 8 * HwLen); in WidenHvxSetCC()3158 MVT WideOpTy = MVT::getVectorVT(ElemTy, WideOpLen); in WidenHvxSetCC()