Searched refs:DstLSB (Results 1 – 1 of 1) sorted by relevance
2617 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local2627 DstLSB = 0; in tryBitfieldInsertOpFromOr()2639 Src, DstLSB, Width)) { in tryBitfieldInsertOpFromOr()2640 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr()2658 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()2763 int DstLSB, Width; in tryBitfieldInsertInZeroOp() local2765 Op0, DstLSB, Width)) in tryBitfieldInsertInZeroOp()2769 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); in tryBitfieldInsertInZeroOp()