Home
last modified time | relevance | path

Searched refs:LHSBits (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp925 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits() local
926 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
929 Bits[i] = LHSBits[i < RotAmt ? i + (Bits.size() - RotAmt) : i - RotAmt]; in getValueBits()
938 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits() local
939 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
942 Bits[i] = LHSBits[i - ShiftAmt]; in getValueBits()
954 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits() local
955 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
958 Bits[i] = LHSBits[i + ShiftAmt]; in getValueBits()
970 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2954 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal); in MatchRotate() local
2955 Mask &= cast<ConstantSDNode>(RHSMask)->getAPIntValue() | LHSBits; in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4082 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); in MatchRotate() local
4085 DAG.getConstant(LHSBits, DL, VT))); in MatchRotate()