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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2935 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue(); local
2936 if ((LShVal + RShVal) != OpSizeInBits)
2954 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4063 uint64_t RShVal = isConstOrConstSplat(RHSShiftAmt)->getZExtValue(); local
4064 if ((LShVal + RShVal) != EltSizeInBits)
4082 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal);

Completed in 117 milliseconds