Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4015 uint64_t RShVal = isConstOrConstSplat(RHSShiftAmt)->getZExtValue(); in MatchRotate() local
4016 if ((LShVal + RShVal) != EltSizeInBits) in MatchRotate()
4034 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); in MatchRotate()