Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5265 APInt OppLHSAmt = OppLHSCst->getAPIntValue(); in extractShiftForRotate() local
5266 zeroExtendToMatch(ExtractFromAmt, OppLHSAmt); in extractShiftForRotate()
5280 if (Rem != 0 || ResultAmt != OppLHSAmt) in extractShiftForRotate()
5286 if (OppLHSAmt != ExtractFromAmt - NeededShiftAmt.zextOrTrunc( in extractShiftForRotate()