Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LShVal

4062     uint64_t LShVal = isConstOrConstSplat(LHSShiftAmt)->getZExtValue();
4064 if ((LShVal + RShVal) != EltSizeInBits)
4076 APInt RHSBits = APInt::getLowBitsSet(EltSizeInBits, LShVal);