Home
last modified time | relevance | path

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

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