Searched refs:IntVF (Results 1 – 1 of 1) sorted by relevance
9615 unsigned IntVF = getEstimatedRuntimeVF(VF.Width, VScale); in isOutsideLoopWorkProfitable() local9617 uint64_t Div = ScalarC * IntVF - VF.Cost.getValue(); in isOutsideLoopWorkProfitable()9618 uint64_t MinTC1 = Div == 0 ? 0 : divideCeil(RtC * IntVF, Div); in isOutsideLoopWorkProfitable()9634 MinTC = alignTo(MinTC, IntVF); in isOutsideLoopWorkProfitable()