Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8147 APInt ResultAmt; in extractShiftForRotate() local
8149 APInt::udivrem(ExtractFromAmt, ExtractDiv, ResultAmt, Rem); in extractShiftForRotate()
8150 if (Rem != 0 || ResultAmt != OppLHSAmt) in extractShiftForRotate()