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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2954 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal); local
2955 Mask &= cast<ConstantSDNode>(RHSMask)->getAPIntValue() | LHSBits;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4082 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); local
4085 DAG.getConstant(LHSBits, DL, VT)));

Completed in 66 milliseconds