Home
last modified time | relevance | path

Searched refs:getBitsSet (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h495 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp852 KnownZero = APInt::getBitsSet(KnownZero.getBitWidth(), 0, ShlAmt-1); in SimplifyShrShlDemandedBits()
DInstCombineCalls.cpp568 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts)); in visitCallInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp823 APInt InSignBit = APInt::getBitsSet(BitWidth, InBits - 1, InBits); in SimplifyDemandedBits()
DDAGCombiner.cpp4672 APInt::getBitsSet(Op.getValueSizeInBits(), in visitZERO_EXTEND()
5318 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits))) in visitSIGN_EXTEND_INREG()
7592 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(), in ShrinkLoadReplaceStoreWithStore()
7714 APInt Mask = APInt::getBitsSet(BitWidth, ShAmt, in ReduceLoadOpStoreWidth()
DSelectionDAG.cpp2049 KnownZero |= APInt::getBitsSet(BitWidth, 1, KnownZeroOut); in ComputeMaskedBits()
6312 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize); in isConstantSplat()
/external/clang/lib/CodeGen/
DCGExpr.cpp1465 ~llvm::APInt::getBitsSet(Info.StorageSize, in EmitStoreThroughBitfieldLValue()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5782 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) { in LowerBUILD_VECTOR()