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

References

lib/Target/X86/X86ISelLowering.cpp
25834   if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 ||
25885   if (Opc == ISD::SRL && ConstantAmt &&
25901   if (Opc == ISD::SRA && ConstantAmt &&
25928     if (ConstantAmt) {
25959     unsigned ShOpc = ConstantAmt ? Opc : X86OpcV;
25999   if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) &&