Lines Matching defs:Start
4866 SDValue Start;
4897 // We have a 'srl/and' pair, extract the effective start bit and length
4899 Start
4900 ConstantSDNode *StartConst = dyn_cast<ConstantSDNode>(Start);
4905 uint64_t GoodBits = Start.getValueType().getSizeInBits() - StartVal;
4912 Start = CurDAG->getTargetConstant(StartVal, DL, MVT::i32);
4977 Start = CurDAG->getTargetConstant(ShiftAmt, DL, MVT::i32);
5017 Start =
5059 Val, Start, Len