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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3264 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue(); local
3265 if ((LShVal + RShVal) != OpSizeInBits)
3280 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal);

Completed in 128 milliseconds