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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3652 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal); local
3653 Mask &= cast<ConstantSDNode>(RHSMask)->getAPIntValue() | LHSBits;

Completed in 67 milliseconds