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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3635 uint64_t LShVal = cast<ConstantSDNode>(LHSShiftAmt)->getZExtValue(); local
3637 if ((LShVal + RShVal) != OpSizeInBits)
3648 APInt RHSBits = APInt::getLowBitsSet(OpSizeInBits, LShVal);

Completed in 805 milliseconds