Searched refs:RHSBits (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 987 SmallVector<ValueBit, 64> LHSBits(Bits.size()), RHSBits(Bits.size()); in getValueBits() local 989 getValueBits(V.getOperand(1), RHSBits); in getValueBits() 994 Bits[i] = RHSBits[i]; in getValueBits() 995 else if (RHSBits[i].isZero()) in getValueBits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1739 KnownBits RHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local 1740 computeKnownBits(Y, RHSBits, Depth, Q); in isKnownToBeAPowerOfTwo() 1744 if ((~(LHSBits.Zero & RHSBits.Zero)).isPowerOf2()) in isKnownToBeAPowerOfTwo() 1747 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1259 const auto &RHSBits = *getValueBits(V.getOperand(1), NumBits).second; in getValueBits() local 1264 Bits[i] = RHSBits[i]; in getValueBits() 1265 else if (RHSBits[i].isZero()) in getValueBits()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2950 APInt RHSBits = APInt::getLowBitsSet(OpSizeInBits, LShVal); in MatchRotate() local 2951 Mask &= cast<ConstantSDNode>(LHSMask)->getAPIntValue() | RHSBits; in MatchRotate()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4076 APInt RHSBits = APInt::getLowBitsSet(EltSizeInBits, LShVal); in MatchRotate() local 4079 DAG.getConstant(RHSBits, DL, VT))); in MatchRotate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5534 SDValue RHSBits = DAG.getNode(ISD::SRL, DL, VT, AllOnes, RHSShiftAmt); in MatchRotate() local 5536 DAG.getNode(ISD::OR, DL, VT, LHSMask, RHSBits)); in MatchRotate()
|