Searched refs:Truncates (Results 1 – 3 of 3) sorted by relevance
147 # Initialize debugging. Truncates $debugFile to zero bytes if set.
537 // Truncates a RVV integer vector by one power-of-two. Carries both an extra542 // Truncates a RVV integer vector by one power-of-two. If the value doesn't
20200 unsigned Truncates = 0; member20225 ++Truncates; in addSliceGain()20236 Truncates += RHS.Truncates; in operator +=()20244 return Loads == RHS.Loads && Truncates == RHS.Truncates && in operator ==()20260 return (Truncates + ZExts + Shift + ExpensiveOpsLHS) < in operator <()20261 (RHS.Truncates + RHS.ZExts + RHS.Shift + ExpensiveOpsRHS); in operator <()