Home
last modified time | relevance | path

Searched refs:getHiBits (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp511 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/include/llvm/ADT/
DAPInt.h463 APInt getHiBits(unsigned numBits) const;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp530 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/lib/Support/
DAPInt.cpp672 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4917 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp859 APInt MaskHi = NewMask.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2435 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseDirectiveOctaValue()