Searched refs:getBitsSet (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 495 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 852 KnownZero = APInt::getBitsSet(KnownZero.getBitWidth(), 0, ShlAmt-1); in SimplifyShrShlDemandedBits()
|
D | InstCombineCalls.cpp | 568 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts)); in visitCallInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 823 APInt InSignBit = APInt::getBitsSet(BitWidth, InBits - 1, InBits); in SimplifyDemandedBits()
|
D | DAGCombiner.cpp | 4672 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()
|
D | SelectionDAG.cpp | 2049 KnownZero |= APInt::getBitsSet(BitWidth, 1, KnownZeroOut); in ComputeMaskedBits() 6312 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize); in isConstantSplat()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1465 ~llvm::APInt::getBitsSet(Info.StorageSize, in EmitStoreThroughBitfieldLValue()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5782 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) { in LowerBUILD_VECTOR()
|