Searched refs:DstLSB (Results 1 – 1 of 1) sorted by relevance
2978 DstLSB = llvm::countr_zero(NonZeroBits); in isBitfieldPositioningOpFromAnd()2979 Width = llvm::countr_one(NonZeroBits >> DstLSB); in isBitfieldPositioningOpFromAnd()3004 if (ShlImm != uint64_t(DstLSB) && !BiggerPattern) in isBitfieldPositioningOpFromAnd()3038 DstLSB = ShlImm; in isSeveralBitsPositioningOpFromShl()3067 DstLSB = llvm::countr_zero(NonZeroBits); in isBitfieldPositioningOpFromShl()3068 Width = llvm::countr_one(NonZeroBits >> DstLSB); in isBitfieldPositioningOpFromShl()3394 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local3404 DstLSB = 0; in tryBitfieldInsertOpFromOr()3417 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr()3435 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()[all …]