Searched refs:getLoBits (Results 1 – 11 of 11) sorted by relevance
194 if (!APIntOps::isMask(W, M.getLoBits(U))) in INITIALIZE_PASS_DEPENDENCY()
235 Imm = Imm.getLoBits(32); in foldOperand()
812 .addImm(Imm.getLoBits(32).getZExtValue()) in expandPostRAPseudo()
477 APInt getLoBits(unsigned numBits) const;
1153 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()1158 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()1164 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
689 APInt APInt::getLoBits(unsigned numBits) const { in getLoBits() function in APInt
897 APInt MaskLo = NewMask.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
3938 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()
2578 lo = IntValue.getLoBits(64).getZExtValue(); in parseDirectiveOctaValue()
5682 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorAND()5883 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorOR()5993 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerBUILD_VECTOR()
4827 RawMask.push_back(MaskElement.getLoBits(8).getZExtValue()); in getTargetShuffleMask()4912 RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()4926 RawMask.push_back(MaskEltValue.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()4979 RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()