reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 1815   if (AMShiftAmt <= 0 || AMShiftAmt > 3) return true;
 1815   if (AMShiftAmt <= 0 || AMShiftAmt > 3) return true;
 1819   SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
 1821   SDValue NewMask = DAG.getConstant(Mask >> AMShiftAmt, DL, VT);
 1823   SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
 1840   AM.Scale = 1 << AMShiftAmt;