Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4014 uint64_t LShVal = isConstOrConstSplat(LHSShiftAmt)->getZExtValue(); in MatchRotate() local
4016 if ((LShVal + RShVal) != EltSizeInBits) in MatchRotate()
4028 APInt RHSBits = APInt::getLowBitsSet(EltSizeInBits, LShVal); in MatchRotate()