Searched refs:getBitsSet (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h493 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { function in class:llvm::APInt
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp863 KnownZero = APInt::getBitsSet(KnownZero.getBitWidth(), 0, ShlAmt-1);
H A DInstCombineCalls.cpp658 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts));
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1158 APInt Demanded = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8);
H A DAMDGPUISelLowering.cpp2009 APInt Demanded = APInt::getBitsSet(32,
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1507 ~llvm::APInt::getBitsSet(Info.StorageSize,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5219 APInt::getBitsSet(Op.getValueSizeInBits(),
5861 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits)))
8697 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(),
8819 APInt Mask = APInt::getBitsSet(BitWidth, ShAmt,
H A DTargetLowering.cpp905 APInt InSignBit = APInt::getBitsSet(BitWidth, InBits - 1, InBits);
H A DSelectionDAG.cpp2278 KnownZero |= APInt::getBitsSet(BitWidth, 1, KnownZeroOut);
6649 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1902 APInt::getBitsSet(KnownZero.getBitWidth(), DstLSB, DstLSB + Width);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6574 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {

Completed in 1119 milliseconds