Searched refs:DstLSB (Results 1 – 1 of 1) sorted by relevance
2583 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local2593 DstLSB = 0; in tryBitfieldInsertOpFromOr()2605 Src, DstLSB, Width)) { in tryBitfieldInsertOpFromOr()2606 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr()2624 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()2729 int DstLSB, Width; in tryBitfieldInsertInZeroOp() local2731 Op0, DstLSB, Width)) in tryBitfieldInsertInZeroOp()2735 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); in tryBitfieldInsertInZeroOp()