Home
last modified time | relevance | path

Searched refs:Truncates (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr147 # Initialize debugging. Truncates $debugFile to zero bytes if set.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19201 unsigned Truncates = 0; member
19226 ++Truncates; in addSliceGain()
19237 Truncates += RHS.Truncates; in operator +=()
19245 return Loads == RHS.Loads && Truncates == RHS.Truncates && in operator ==()
19261 return (Truncates + ZExts + Shift + ExpensiveOpsLHS) < in operator <()
19262 (RHS.Truncates + RHS.ZExts + RHS.Shift + ExpensiveOpsRHS); in operator <()