Home
last modified time | relevance | path

Searched refs:getBitsSetFrom (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DDemandedBits.cpp179 AB = APInt::getBitsSetFrom(BitWidth, AOut.countTrailingZeros()); in determineLiveOperandBits()
/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp35 auto Mask = APInt::getBitsSetFrom( in convert()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h643 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h640 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { in getBitsSetFrom() function
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp389 APInt Mask = APInt::getBitsSetFrom(OrigBitWidth, BitWidth); in canEvaluateTruncated()
418 APInt ShiftedBits = APInt::getBitsSetFrom(OrigBitWidth, BitWidth); in canEvaluateTruncated()
DInstCombineCompares.cpp4874 return APInt::getBitsSetFrom(BitWidth, RHS->countTrailingOnes()); in getDemandedBitsLHSMask()
4879 return APInt::getBitsSetFrom(BitWidth, RHS->countTrailingZeros()); in getDemandedBitsLHSMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp368 APInt Mask = APInt::getBitsSetFrom(OrigBitWidth, BitWidth); in canEvaluateTruncated()
397 APInt::getBitsSetFrom(OrigBitWidth, BitWidth), 0, CxtI)) { in canEvaluateTruncated()
DInstCombineCompares.cpp4809 return APInt::getBitsSetFrom(BitWidth, RHS->countTrailingOnes()); in getDemandedBitsLHSMask()
4814 return APInt::getBitsSetFrom(BitWidth, RHS->countTrailingZeros()); in getDemandedBitsLHSMask()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp752 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize); in truncate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp736 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize); in truncate()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2144 TEST(APIntTest, getBitsSetFrom) { in TEST() argument
2145 APInt i64hi31 = APInt::getBitsSetFrom(64, 33); in TEST()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp29057 DAG.MaskedValueIsZero(X, APInt::getBitsSetFrom(VT.getSizeInBits(), 8))) { in LowerPARITY()