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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3636 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue(); local
3637 if ((LShVal + RShVal) != OpSizeInBits)
3652 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal);

Completed in 284 milliseconds