Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10805 unsigned RHSTrail = DAG.computeKnownBits(RHS).countMinTrailingZeros(); in expandFixedPointDiv() local
10815 if (LHSLead + RHSTrail < Scale + (unsigned)(Saturating && Signed)) in expandFixedPointDiv()