Searched refs:getHiBits (Results 1 – 7 of 7) sorted by relevance
511 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
463 APInt getHiBits(unsigned numBits) const;
530 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
672 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
4917 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorAND()5117 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorOR()5228 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerBUILD_VECTOR()
859 APInt MaskHi = NewMask.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
2435 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseDirectiveOctaValue()