Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5277 APInt ResultAmt; in extractShiftForRotate() local
5279 APInt::udivrem(ExtractFromAmt, ExtractDiv, ResultAmt, Rem); in extractShiftForRotate()
5280 if (Rem != 0 || ResultAmt != OppLHSAmt) in extractShiftForRotate()