Lines Matching defs:Lsb
695 auto BitfieldExtract = [&](SDValue N0, unsigned Msb, unsigned Lsb, SDLoc DL,
699 CurDAG->getTargetConstant(Lsb, DL, VT));
721 const unsigned Lsb = RightShAmt - LeftShAmt;
723 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT);
739 const unsigned Lsb = RightShAmt;
741 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT);
1227 unsigned Lsb) {
1233 CurDAG->getTargetConstant(Lsb, DL, VT));
1306 const unsigned Lsb = C2;
1307 if (tryUnsignedBitfieldExtract(Node, DL, VT, X, Msb, Lsb))