Lines Matching defs:Lsb
617 auto BitfieldExtract = [&](SDValue N0, unsigned Msb, unsigned Lsb, SDLoc DL,
621 CurDAG->getTargetConstant(Lsb, DL, VT));
643 const unsigned Lsb = RightShAmt - LeftShAmt;
645 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT);
661 const unsigned Lsb = RightShAmt;
663 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT);
1198 unsigned Lsb) {
1204 CurDAG->getTargetConstant(Lsb, DL, VT));
1279 const unsigned Lsb = C2;
1280 if (tryUnsignedBitfieldExtract(Node, DL, VT, X, Msb, Lsb))