Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp931 SmallVector<ValueBit, 64> LHSBits(Bits.size()), RHSBits(Bits.size()); in getValueBits() local
933 getValueBits(V.getOperand(1), RHSBits); in getValueBits()
938 Bits[i] = RHSBits[i]; in getValueBits()
939 else if (RHSBits[i].isZero()) in getValueBits()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3818 APInt RHSBits = APInt::getLowBitsSet(OpSizeInBits, LShVal); in MatchRotate() local
3819 Mask &= cast<ConstantSDNode>(LHSMask)->getAPIntValue() | RHSBits; in MatchRotate()