Searched refs:DstLSB (Results 1 – 1 of 1) sorted by relevance
2697 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local2707 DstLSB = 0; in tryBitfieldInsertOpFromOr()2719 Src, DstLSB, Width)) { in tryBitfieldInsertOpFromOr()2720 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr()2738 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()2851 int DstLSB, Width; in tryBitfieldInsertInZeroOp() local2853 Op0, DstLSB, Width)) in tryBitfieldInsertInZeroOp()2857 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); in tryBitfieldInsertInZeroOp()